mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-31 13:45:00 +01:00
fix: tui: Fix /editor command (#3663)
This commit is contained in:
@@ -263,7 +263,7 @@ export function Autocomplete(props: {
|
||||
{
|
||||
display: "/editor",
|
||||
description: "open editor",
|
||||
onSelect: () => command.trigger("prompt.editor"),
|
||||
onSelect: () => command.trigger("prompt.editor", "prompt"),
|
||||
},
|
||||
{
|
||||
display: "/help",
|
||||
|
||||
Reference in New Issue
Block a user