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"),
|
title: language.t("terminal.close"),
|
||||||
keybind: "mod+w",
|
keybind: "mod+w",
|
||||||
hidden: true,
|
hidden: true,
|
||||||
when: (event) =>
|
when: (event) => event.target instanceof Element && !!event.target.closest('[data-component="terminal"]'),
|
||||||
event.target instanceof Element && !!event.target.closest('[data-component="terminal"]'),
|
|
||||||
onSelect: closeTerminal,
|
onSelect: closeTerminal,
|
||||||
}),
|
}),
|
||||||
terminalCommand({
|
terminalCommand({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue