@@ -14,6 +14,6 @@ function Tldraw(props: Props) {
|
||||
);
|
||||
}
|
||||
|
||||
Tldraw.ENABLED = [new RegExp("^https?://beta\\.tldraw\\.com/r/(.*)")];
|
||||
Tldraw.ENABLED = [new RegExp("^https?://(beta|www|old)\\.tldraw\\.com/r/(.*)")];
|
||||
|
||||
export default Tldraw;
|
||||
|
||||
Reference in New Issue
Block a user