mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
reduce flicker of "create new day note"
This commit is contained in:
@@ -72,7 +72,7 @@ function goToLink(e) {
|
||||
|
||||
if (notePath) {
|
||||
if ((e.which === 1 && e.ctrlKey) || e.which === 2) {
|
||||
noteDetailService.openInTab(notePath);
|
||||
noteDetailService.openInTab(notePath, false);
|
||||
}
|
||||
else if (e.which === 1) {
|
||||
treeService.activateNote(notePath);
|
||||
|
||||
Reference in New Issue
Block a user