mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
export root note fix, #2346
This commit is contained in:
@@ -32,7 +32,7 @@ export default class TreeContextMenu {
|
||||
const isHoisted = note.noteId === appContext.tabManager.getActiveContext().hoistedNoteId;
|
||||
const parentNote = isNotRoot ? await froca.getNote(branch.parentNoteId) : null;
|
||||
|
||||
// some actions don't support multi-note so they are disabled when notes are selected
|
||||
// some actions don't support multi-note, so they are disabled when notes are selected
|
||||
// the only exception is when the only selected note is the one that was right-clicked, then
|
||||
// it's clear what the user meant to do.
|
||||
const selNodes = this.treeWidget.getSelectedNodes();
|
||||
|
||||
Reference in New Issue
Block a user