Skip to content

Commit

Permalink
fix: make link exitable resolving #3293
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed May 24, 2024
1 parent 9554553 commit edaaa8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/extension-link/src/link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ export const Link = Mark.create<LinkOptions>({

keepOnSplit: false,

exitable: true,

onCreate() {
this.options.protocols.forEach(protocol => {
if (typeof protocol === 'string') {
Expand Down

0 comments on commit edaaa8e

Please sign in to comment.