NoteContext => TabContext

This commit is contained in:
zadam
2019-05-08 19:55:24 +02:00
parent db7e083a21
commit bacf163c96
14 changed files with 104 additions and 104 deletions

View File

@@ -3,11 +3,11 @@ import treeService from './tree.js';
class NoteDetailText {
/**
* @param {NoteContext} ctx
* @param {TabContext} ctx
*/
constructor(ctx) {
this.ctx = ctx;
this.$component = ctx.$noteTabContent.find('.note-detail-text');
this.$component = ctx.$tabContent.find('.note-detail-text');
this.textEditor = null;
this.$component.on("dblclick", "img", e => {