This commit is contained in:
zadam
2019-05-02 22:24:43 +02:00
parent 63ab82a076
commit 0d11cadc18
17 changed files with 264 additions and 264 deletions

View File

@@ -9,7 +9,7 @@ class NoteDetailText {
*/
constructor(ctx) {
this.ctx = ctx;
this.$component = ctx.$noteTab.find('.note-detail-text');
this.$component = ctx.$noteTabContent.find('.note-detail-text');
this.textEditor = null;
this.$component.on("dblclick", "img", e => {
@@ -53,7 +53,7 @@ class NoteDetailText {
this.$component.show();
this.textEditor.setData(this.ctx.note.content);
// this.textEditor.setData(this.ctx.note.content);
}
getContent() {