]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/wysiwyg-editor.js
Lexical: Played with commands, extracted & improved callout node
[bookstack] / resources / js / components / wysiwyg-editor.js
index bcd480ce6abea3b28ed921c1360b1c35cc723926..98732dab73e4da39b83d468930f748a945f2f8fc 100644 (file)
@@ -25,6 +25,7 @@ export class WysiwygEditor extends Component {
      * @return {{html: String}}
      */
     getContent() {
+        // TODO - Update
         return {
             html: this.editor.getContent(),
         };