fix popups/tooltips not disappearing after loading new note, closes #1214

This commit is contained in:
zadam
2020-09-05 21:51:00 +02:00
parent ceb762e56b
commit 6d095b7250
4 changed files with 16 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ import noteCreateService from "./note_create.js";
import treeService from "./tree.js";
import hoistedNoteService from "./hoisted_note.js";
import Component from "../widgets/component.js";
import ws from "./ws.js";
/**
* This class contains command executors which logically belong to the NoteTree widget, but for better user experience