Notes explorer ignores untitled documents

This commit is contained in:
Riccardo Ferretti
2023-05-21 18:33:28 +02:00
parent 557330413c
commit b6c9eac86c

View File

@@ -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
)