mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +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 }) {
|
||||
branchService.moveToParentNote(selectedOrActiveBranchIds, "_lbVisibleLaunchers");
|
||||
moveLauncherToVisibleCommand({ selectedOrActiveBranchIds }) {
|
||||
branchService.moveToParentNote(selectedOrActiveBranchIds, "_lbRoot__lbVisibleLaunchers");
|
||||
}
|
||||
|
||||
moveShortcutToAvailableCommand({ node, selectedOrActiveBranchIds }) {
|
||||
branchService.moveToParentNote(selectedOrActiveBranchIds, "_lbAvailableLaunchers");
|
||||
moveLauncherToAvailableCommand({ selectedOrActiveBranchIds }) {
|
||||
branchService.moveToParentNote(selectedOrActiveBranchIds, "_lbRoot__lbAvailableLaunchers");
|
||||
}
|
||||
|
||||
addNoteLauncherCommand({ node }) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user