mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
redesign of drag & drop, separation of active, focused and active notes in the tree, fixes #565
This commit is contained in:
@@ -154,7 +154,6 @@ async function showTab(tabId) {
|
||||
|
||||
if (newActiveNode && newActiveNode.isVisible()) {
|
||||
newActiveNode.setActive(true, {noEvents: true});
|
||||
newActiveNode.setSelected(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user