chore: generate
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user