mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-18 00:02:28 +08:00
fix(client): launch bar move commands not working (fixes #989)
This commit is contained in:
parent
3090233078
commit
b367862fe8
@ -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 }) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user