disabling tree expand animation to avoid "recursion" errors

This commit is contained in:
zadam
2021-01-29 23:33:41 +01:00
parent 6081c3540e
commit 77bc5f9944
6 changed files with 20 additions and 21 deletions

View File

@@ -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"];