Merge pull request #451 from samdickson22/sam/eng-1960-ctrlx-doesnt-work-if-text-input-is-focused-on-session

sam/ENGp1956 ctrl+x now works in input text box
This commit is contained in:
Dex
2025-08-18 18:18:30 -07:00
committed by GitHub

View File

@@ -147,7 +147,10 @@ export function useSessionActions({
interruptSession(session.id)
}
},
{ scopes: SessionDetailHotkeysScope },
{
scopes: SessionDetailHotkeysScope,
enableOnFormTags: true,
},
)
// R key - no longer needed since input is always visible