mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 04:08:30 +00:00
chore: generate
This commit is contained in:
parent
65fd2e5c91
commit
39397deb8d
1 changed files with 1 additions and 2 deletions
|
|
@ -531,8 +531,7 @@ export const useSessionCommands = (actions: SessionCommandContext) => {
|
|||
title: language.t("terminal.close"),
|
||||
keybind: "mod+w",
|
||||
hidden: true,
|
||||
when: (event) =>
|
||||
event.target instanceof Element && !!event.target.closest('[data-component="terminal"]'),
|
||||
when: (event) => event.target instanceof Element && !!event.target.closest('[data-component="terminal"]'),
|
||||
onSelect: closeTerminal,
|
||||
}),
|
||||
terminalCommand({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue