]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/shortcuts.js
Fixed notification preferences URL in email
[bookstack] / resources / js / wysiwyg / shortcuts.js
index da9e0227099aaa9e6adad45398884987c1c9435a..dbc725b1dcd64d55533978e862867fecffda5177 100644 (file)
@@ -58,7 +58,8 @@ export function register(editor) {
 
             editor.selection.collapse(false);
             editor.focus();
-        }, selectionText, {
+        }, {
+            initialValue: selectionText,
             searchEndpoint: '/search/entity-selector',
             entityTypes: 'page,book,chapter,bookshelf',
             entityPermission: 'view',