mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
better UX when deleting notes - focus in note tree is moved to the next/previous note
This commit is contained in:
@@ -614,6 +614,7 @@ export default class TabRowWidget extends BasicWidget {
|
||||
|
||||
if (!note) {
|
||||
this.updateTitle($tab, 'New tab');
|
||||
return;
|
||||
}
|
||||
|
||||
this.updateTitle($tab, note.title);
|
||||
|
||||
Reference in New Issue
Block a user