mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-21 18:26:09 +00:00
chore: generate
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user