Skip to content

Commit a2ed7f1

Browse files
committed
Supressing overwrite warning message
passing in third argument as true will supress the overwrite warning message
1 parent 18af3ab commit a2ed7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VueEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default {
113113
},
114114
115115
registerBuiltInModules() {
116-
Quill.register('modules/markdownShortcuts', MarkdownShortcuts)
116+
Quill.register('modules/markdownShortcuts', MarkdownShortcuts, true)
117117
},
118118
119119
registerCustomModules() {

0 commit comments

Comments
 (0)