mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
converted move to dialog to new pattern
This commit is contained in:
@@ -23,11 +23,6 @@ export default class RootCommandExecutor extends Component {
|
||||
appContext.triggerEvent("readOnlyTemporarilyDisabled", { noteContext });
|
||||
}
|
||||
|
||||
async moveBranchIdsToCommand({branchIds}) {
|
||||
const d = await import("../dialogs/move_to.js");
|
||||
d.showDialog(branchIds);
|
||||
}
|
||||
|
||||
showOptionsCommand({openTab}) {
|
||||
import("../dialogs/options.js").then(d => d.showDialog(openTab));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user