mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-05-20 15:33:37 +00:00
使用 saveViewState/restoreViewState 替代 getPosition/setPosition,并放到 nextTick 中执行,避免被 setAutoHeight 的 setScrollTop(0) 覆盖,导致光标 位置变化时编辑器滚动跳回顶部。 Co-authored-by: Cursor <cursoragent@cursor.com>