Skip to content

Commit fd468a7

Browse files
committed
fix: added parameter in settings
1 parent 92459c2 commit fd468a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/js/plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ let coreExtensions = {
8686
italic: [Italic],
8787
lead: [Lead],
8888
link: [CustomLink.configure({
89+
isAllowedUri: (url, ctx) => ctx.defaultValidate(url) && !url.startsWith('./'),
8990
openOnClick: false,
9091
autolink: false,
9192
HTMLAttributes: {

0 commit comments

Comments
 (0)