fix drag & drop for chrome and code editor

This commit is contained in:
zadam
2019-09-02 21:58:03 +02:00
parent a79aec85b5
commit d1992b061c
4 changed files with 9 additions and 9 deletions

View File

@@ -101,8 +101,6 @@ class TabContext {
this.$unprotectButton = this.$tabContent.find(".unprotect-button");
this.$unprotectButton.click(protectedSessionService.unprotectNoteAndSendToServer);
console.debug(`Created note tab ${this.tabId}`);
}
async setNote(note, notePath) {
@@ -139,8 +137,6 @@ class TabContext {
if (this.sidebar) {
this.sidebar.noteLoaded(); // load async
}
console.debug(`Switched tab ${this.tabId} to ${this.noteId}`);
}
show() {