Skip to content

Commit

Permalink
Merge pull request #808 from haoranyu/main
Browse files Browse the repository at this point in the history
Fix indent in Link extension marks.
  • Loading branch information
hanspagel authored Aug 26, 2020
2 parents 128c907 + 1cb4060 commit 510a135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tiptap-extensions/src/marks/Link.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default class Link extends Mark {
default: null,
},
target: {
default: null,
default: null,
},
},
inclusive: false,
Expand Down

0 comments on commit 510a135

Please sign in to comment.