mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
hoisting support in mobile view WIP
This commit is contained in:
@@ -535,7 +535,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
|
||||
const note = await froca.getNote(node.data.noteId, true);
|
||||
|
||||
if (!note || note.isDeleted || note.isLaunchBarConfig()) {
|
||||
if (!note || note.isDeleted) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user