mirror of
https://github.com/different-ai/openwork
synced 2026-05-15 11:36:23 +02:00
This commit addresses severe input lag in the Composer component when chat history is long. Changes: - Added 50ms debounce to to reduce frequency of Reflows and parent state updates. - Implemented robust Echo Cancellation using a Set to ignore stale prop updates from the parent, preventing cursor jumps and race conditions. Co-authored-by: shijc <shijincheng0223@yahoo.com>