ctrl+enter should work only on tab detail

This commit is contained in:
zadam
2019-05-19 16:56:16 +02:00
parent ecfba95841
commit ddb99a0917
4 changed files with 13 additions and 7 deletions

View File

@@ -106,6 +106,10 @@ class TabContext {
}
}, 5000);
if (utils.isDesktop()) {
this.noteType.updateExecuteScriptButtonVisibility();
}
console.log(`Switched tab ${this.tabId} to ${this.noteId}`);
}