fix: open help dialog with tui/open-help route (#8596)
parent
08b94a6890
commit
c25155586c
|
|
@ -119,7 +119,9 @@ export const TuiRoutes = lazy(() =>
|
|||
},
|
||||
}),
|
||||
async (c) => {
|
||||
// TODO: open dialog
|
||||
await Bus.publish(TuiEvent.CommandExecute, {
|
||||
command: "help.show",
|
||||
})
|
||||
return c.json(true)
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue