mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-26 06:58:39 -06:00
ctrl+enter should work only on tab detail
This commit is contained in:
@@ -106,6 +106,10 @@ class TabContext {
|
||||
}
|
||||
}, 5000);
|
||||
|
||||
if (utils.isDesktop()) {
|
||||
this.noteType.updateExecuteScriptButtonVisibility();
|
||||
}
|
||||
|
||||
console.log(`Switched tab ${this.tabId} to ${this.noteId}`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user