]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/code-editor.js
CM6: Got WYSIWYG code blocks working
[bookstack] / resources / js / components / code-editor.js
index 205cbd8fdbc21efec49301430a7eee97fa67a991..09818f84427144f7da900fb1a9935864d57bccda 100644 (file)
@@ -127,7 +127,6 @@ export class CodeEditor extends Component {
 
         this.loadHistory();
         this.getPopup().show(() => {
-            Code.updateLayout(this.editor);
             this.editor.focus();
         }, () => {
             this.addHistory()