mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
removed loader animation - it was causing issues with initial focus on the tree (probably by stealing focus)
This commit is contained in:
@@ -573,9 +573,6 @@ const noteTree = (function() {
|
||||
// so waiting a second helps
|
||||
setTimeout(scrollToCurrentNote, 1000);
|
||||
}
|
||||
else {
|
||||
showAppIfHidden();
|
||||
}
|
||||
},
|
||||
hotkeys: {
|
||||
keydown: keybindings
|
||||
|
||||
Reference in New Issue
Block a user