mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-07 02:51:50 +00:00
fix(tui): smooth selection drag behavior
This commit is contained in:
parent
8f0fa0836f
commit
bc17310442
2 changed files with 116 additions and 1 deletions
|
|
@ -295,6 +295,8 @@ export function useSubmission(opts: UseSubmissionOptions) {
|
|||
if (doubleTap && live.sid && composerRefs.queueRef.current.length) {
|
||||
const next = composerActions.dequeue()
|
||||
|
||||
composerActions.syncQueue()
|
||||
|
||||
if (next) {
|
||||
composerActions.setQueueEdit(null)
|
||||
dispatchSubmission(next)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue