]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/wysiwyg-editor.js
Added method for using enity ownership in relation queries
[bookstack] / resources / js / components / wysiwyg-editor.js
index 446f2ca4938696e6538774fa8357419f727b72c0..976dba68f6eefc654f83495dc2d245d8eeb164bb 100644 (file)
@@ -1,6 +1,7 @@
 import {build as buildEditorConfig} from "../wysiwyg/config";
+import {Component} from "./component";
 
-class WysiwygEditor {
+export class WysiwygEditor extends Component {
 
     setup() {
         this.elem = this.$el;
@@ -35,6 +36,4 @@ class WysiwygEditor {
         return '';
     }
 
-}
-
-export default WysiwygEditor;
+}
\ No newline at end of file