mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-10 21:23:07 +03:00
Updated markdown editor to use svg drawio images
- Also tweaked page editor to not error when the current user does not have permission to change editor type.
This commit is contained in:
@@ -24,7 +24,7 @@ class PageEditor {
|
||||
this.draftDisplayIcon = this.$refs.draftDisplayIcon;
|
||||
this.changelogInput = this.$refs.changelogInput;
|
||||
this.changelogDisplay = this.$refs.changelogDisplay;
|
||||
this.changeEditorButtons = this.$manyRefs.changeEditor;
|
||||
this.changeEditorButtons = this.$manyRefs.changeEditor || [];
|
||||
this.switchDialogContainer = this.$refs.switchDialog;
|
||||
|
||||
// Translations
|
||||
|
Reference in New Issue
Block a user