mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
Move ghost text into a separate absolutely-positioned overlay div that mirrors the textarea's scroll position, replacing the previous inline span approach. Add a hidden span to offset the visible ghost text to the correct position after the current input, ensuring the ghost text stays aligned with the caret regardless of scroll state.