mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-21 02:22:40 +00:00
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) => {
|
||||
// TODO: open dialog
|
||||
await Bus.publish(TuiEvent.CommandExecute, {
|
||||
command: "help.show",
|
||||
})
|
||||
return c.json(true)
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue