mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
chore(nx): prepare commons
This commit is contained in:
12
packages/commons/dist/lib/hidden_subtree.js
vendored
Normal file
12
packages/commons/dist/lib/hidden_subtree.js
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
var Command;
|
||||
(function(Command) {
|
||||
Command[Command["jumpToNote"] = 0] = "jumpToNote";
|
||||
Command[Command["searchNotes"] = 1] = "searchNotes";
|
||||
Command[Command["createNoteIntoInbox"] = 2] = "createNoteIntoInbox";
|
||||
Command[Command["showRecentChanges"] = 3] = "showRecentChanges";
|
||||
Command[Command["showOptions"] = 4] = "showOptions";
|
||||
Command[Command["createAiChat"] = 5] = "createAiChat";
|
||||
})(Command || (Command = {}));
|
||||
export { };
|
||||
|
||||
//# sourceMappingURL=hidden_subtree.js.map
|
||||
Reference in New Issue
Block a user