Work on node history
This commit is contained in:
parent
71af26ca1d
commit
5f068ac036
5 changed files with 246 additions and 20 deletions
|
|
@ -44,7 +44,8 @@ export class App {
|
|||
document.getElementById('node-content')?.focus()
|
||||
})
|
||||
|
||||
_mbus.dispatch('SHOW_PAGE', { page: 'node' })
|
||||
// XXX - _mbus.dispatch('SHOW_PAGE', { page: 'node' })
|
||||
_mbus.dispatch('SHOW_PAGE', { page: 'history' })
|
||||
|
||||
window._sync = new Sync()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue