fix: open help dialog with tui/open-help route (#8596)
This commit is contained in:
parent
08b94a6890
commit
c25155586c
1 changed files with 3 additions and 1 deletions
|
|
@ -119,7 +119,9 @@ export const TuiRoutes = lazy(() =>
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
async (c) => {
|
async (c) => {
|
||||||
// TODO: open dialog
|
await Bus.publish(TuiEvent.CommandExecute, {
|
||||||
|
command: "help.show",
|
||||||
|
})
|
||||||
return c.json(true)
|
return c.json(true)
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue