mirror of
https://github.com/humanlayer/humanlayer.git
synced 2025-08-20 19:01:22 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user