Skip to content

Commit

Permalink
prevent link opens
Browse files Browse the repository at this point in the history
  • Loading branch information
bastihilger committed Feb 10, 2021
1 parent feda6dc commit da17a64
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/js/field.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
/*!
* tiptap v1.31.0
* tiptap v1.32.0
* (c) 2021 überdosis GbR (limited liability)
* @license MIT
*/

/*!
* tiptap-commands v1.16.0
* tiptap-commands v1.17.0
* (c) 2021 überdosis GbR (limited liability)
* @license MIT
*/

/*!
* tiptap-extensions v1.34.0
* tiptap-extensions v1.35.0
* (c) 2021 überdosis GbR (limited liability)
* @license MIT
*/

/*!
* tiptap-utils v1.12.0
* tiptap-utils v1.13.0
* (c) 2021 überdosis GbR (limited liability)
* @license MIT
*/
Expand All @@ -30,7 +30,7 @@
*/

/*!
* Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/

Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"resolutions": {
"prosemirror-model": "1.11.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.10.2",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
Expand All @@ -28,10 +25,10 @@
"i": "^0.3.6",
"npm": "^6.4.1",
"pretty": "^2.0.0",
"tiptap": "^1.27.1",
"tiptap": "^1.32.1",
"tiptap-extension-subscript": "^0.1.0",
"tiptap-extension-superscript": "^0.1.0",
"tiptap-extensions": "^1.29.1",
"tiptap-extensions": "^1.35.1",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
}
Expand Down
4 changes: 3 additions & 1 deletion resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ export default {
new Bold(),
new Code(),
new Italic(),
new Link(),
new Link({
openOnClick: false,
}),
new Strike(),
new Underline(),
new History(),
Expand Down

0 comments on commit da17a64

Please sign in to comment.