Skip to content

Commit 8e1b476

Browse files
committed
fix: tiptap internal link detection on paste
1 parent f83c8f2 commit 8e1b476

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/web/formats/EnrichedLink.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ export const EnrichedLink = Link.extend({
7474
},
7575
};
7676
},
77+
78+
addPasteRules() {
79+
return [];
80+
},
7781
});
7882

7983
export function removeLink(editor: Editor, start: number, end: number) {

0 commit comments

Comments
 (0)