Skip to content

Commit

Permalink
fixup! fix: Adapt for tiptap 2.2.x compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Apr 4, 2024
1 parent dfce074 commit 1ce072d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marks/Link.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Link = TipTapLink.extend({
const plugins = this.parent()
// remove original handle click
.filter(({ key }) => {
return !key.startsWith('handleClickLink') && !key.startsWith('textHandleClickLink')
return !key.startsWith('handleClickLink')
})

if (!this.options.openOnClick) {
Expand Down

0 comments on commit 1ce072d

Please sign in to comment.