feat: add support for tldraw snapshot links (#6210)
This commit is contained in:
@@ -14,6 +14,8 @@ function Tldraw(props: Props) {
|
||||
);
|
||||
}
|
||||
|
||||
Tldraw.ENABLED = [new RegExp("^https?://(beta|www|old)\\.tldraw\\.com/r/(.*)")];
|
||||
Tldraw.ENABLED = [
|
||||
new RegExp("^https?://(beta|www|old)\\.tldraw\\.com/[rsv]/(.*)"),
|
||||
];
|
||||
|
||||
export default Tldraw;
|
||||
|
||||
Reference in New Issue
Block a user