added unhoist button to the tree node + onclick fixes

This commit is contained in:
zadam
2021-02-06 19:58:12 +01:00
parent 0f05d6258e
commit 2a67d9eae2
6 changed files with 167 additions and 192 deletions

View File

@@ -85,7 +85,7 @@ class AppContext extends Component {
}
/** @return {Promise} */
triggerCommand(name, data = {}) {console.log("CMD", name);
triggerCommand(name, data = {}) {
for (const executor of this.executors) {
const fun = executor[name + "Command"];