mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
disabling tree expand animation to avoid "recursion" errors
This commit is contained in:
@@ -85,7 +85,7 @@ class AppContext extends Component {
|
||||
}
|
||||
|
||||
/** @return {Promise} */
|
||||
triggerCommand(name, data = {}) {
|
||||
triggerCommand(name, data = {}) {console.log("CMD", name);
|
||||
for (const executor of this.executors) {
|
||||
const fun = executor[name + "Command"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user