mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01: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