Initial use of simple message bus

This commit is contained in:
Magnus Åhall 2025-06-15 12:13:00 +02:00
parent b36ca0d635
commit 23307d7967
7 changed files with 189 additions and 6 deletions

View file

@ -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')