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

@@ -67,6 +67,8 @@ class NoteDetailImage {
return utils.getHost() + `/api/notes/${this.ctx.note.noteId}/download`;
}
show() {}
getContent() {}
focus() {}