mirror of
https://github.com/foambubble/foam.git
synced 2026-04-24 03:01:01 -04:00
Notes explorer ignores untitled documents
This commit is contained in:
@@ -43,6 +43,7 @@ export default async function activate(
|
||||
// cause the tree view to take the focus from the item when
|
||||
// browsing the notes explorer
|
||||
if (
|
||||
item &&
|
||||
!treeView.selection.find(
|
||||
i => i.resourceUri?.path === item.resourceUri.path
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user