fix(ui): scroll pending sends into view · openclaw/openclaw@26301f3
vincentkoc
·
2026-06-03
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -443,7 +443,9 @@ function enqueuePendingSendMessage(
|
443 | 443 | host.chatQueue = [...host.chatQueue, pending]; |
444 | 444 | recordChatSendTiming(host, pending, "pending-visible", submittedAtMs); |
445 | 445 | schedulePendingSendPaintTiming(host, pending, submittedAtMs); |
446 | | -scheduleChatScroll(host as unknown as Parameters<typeof scheduleChatScroll>[0], true); |
| 446 | +scheduleChatScroll(host as unknown as Parameters<typeof scheduleChatScroll>[0], true, false, { |
| 447 | +source: "manual", |
| 448 | +}); |
447 | 449 | return pending; |
448 | 450 | } |
449 | 451 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。