Blizzard d1f4755dc6 fix(fe): 评论输入框起始就是单行高度,消除「先高一下再缩」的抖动
原来 .cm-ta 是 height:auto,首帧按 textarea 默认约两行渲染成高的,auto-height
再测量缩回单行 → 抖动。改为显式单行 height(盖掉全局 textarea 的 88rpx),
文字换行时才由 auto-height 顶高,超过上限内部滚动。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-03 16:43:24 +08:00
S
Description
No description provided
3.2 MiB
Languages
Go 40.2%
HTML 25.1%
JavaScript 21.1%
TypeScript 12.9%
CSS 0.4%
Other 0.2%