mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
fix drag & drop for chrome and code editor
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user