chore: generate

This commit is contained in:
opencode-agent[bot] 2026-07-07 06:44:40 +00:00
parent 65fd2e5c91
commit 39397deb8d

View file

@ -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({