launchbar WIP

This commit is contained in:
zadam
2022-08-05 19:15:28 +02:00
parent 42cade17cb
commit 7696702a2a
10 changed files with 42 additions and 13 deletions

View File

@@ -506,7 +506,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
const note = await froca.getNote(node.data.noteId, true);
if (!note || note.isDeleted) {
if (!note || note.isDeleted || note.isLaunchBarConfig()) {
return;
}