Skip to content

Commit 2e0e95e

Browse files
leekelleheriOvergaard
authored andcommitted
Prevents the backoffice router from listening to links inside Tiptap
1 parent 74b79ec commit 2e0e95e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/external/tiptap/extensions/tiptap-umb-link.extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const UmbLink = Link.extend({
1717
...this.parent?.(),
1818
HTMLAttributes: {
1919
target: '',
20+
'data-router-slot': 'disabled',
2021
},
2122
};
2223
},

0 commit comments

Comments
 (0)