fix code editor sometimes not rendering

This commit is contained in:
zadam
2019-08-25 19:11:42 +02:00
parent 4e4beb26c6
commit 6d8f11d533
11 changed files with 24 additions and 5 deletions

View File

@@ -77,6 +77,8 @@ class NoteDetailText {
this.$editorEl.focus();
}
show() {}
getEditor() {
return this.textEditor;
}