Initial use of simple message bus
This commit is contained in:
parent
b36ca0d635
commit
23307d7967
7 changed files with 189 additions and 6 deletions
|
|
@ -215,6 +215,10 @@ export class NodeUI extends Component {
|
|||
else
|
||||
document.getElementById('tree').focus()
|
||||
break
|
||||
|
||||
case 'F':
|
||||
_mbus.dispatch('op-search')
|
||||
break
|
||||
/*
|
||||
case 'C':
|
||||
this.showPage('node')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue