mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-01 01:41:08 -05:00
fixed websocket reconnection
This commit is contained in:
@@ -96,7 +96,7 @@ class TabContext {
|
||||
this.$unprotectButton = this.$tabContent.find(".unprotect-button");
|
||||
this.$unprotectButton.click(protectedSessionService.unprotectNoteAndSendToServer);
|
||||
|
||||
console.log(`Created note tab ${this.tabId}`);
|
||||
console.debug(`Created note tab ${this.tabId}`);
|
||||
}
|
||||
|
||||
setNote(note, notePath) {
|
||||
@@ -131,7 +131,7 @@ class TabContext {
|
||||
|
||||
this.showPaths();
|
||||
|
||||
console.log(`Switched tab ${this.tabId} to ${this.noteId}`);
|
||||
console.debug(`Switched tab ${this.tabId} to ${this.noteId}`);
|
||||
}
|
||||
|
||||
show() {
|
||||
|
||||
Reference in New Issue
Block a user