mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
fix(client): launch bar move commands not working (fixes #989)
This commit is contained in:
@@ -1636,12 +1636,12 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
moveShortcutToVisibleCommand({ node, selectedOrActiveBranchIds }) {
|
moveLauncherToVisibleCommand({ selectedOrActiveBranchIds }) {
|
||||||
branchService.moveToParentNote(selectedOrActiveBranchIds, "_lbVisibleLaunchers");
|
branchService.moveToParentNote(selectedOrActiveBranchIds, "_lbRoot__lbVisibleLaunchers");
|
||||||
}
|
}
|
||||||
|
|
||||||
moveShortcutToAvailableCommand({ node, selectedOrActiveBranchIds }) {
|
moveLauncherToAvailableCommand({ selectedOrActiveBranchIds }) {
|
||||||
branchService.moveToParentNote(selectedOrActiveBranchIds, "_lbAvailableLaunchers");
|
branchService.moveToParentNote(selectedOrActiveBranchIds, "_lbRoot__lbAvailableLaunchers");
|
||||||
}
|
}
|
||||||
|
|
||||||
addNoteLauncherCommand({ node }) {
|
addNoteLauncherCommand({ node }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user