mirror of
https://github.com/humanlayer/humanlayer.git
synced 2025-08-20 19:01:22 +03:00
ctrl+x support in text box support
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