Skip to content

fix(desktop): only highlight composer resize grip on direct hover (#3461)#3472

Merged
esengine merged 1 commit into
esengine:main-v2from
iysun:fix/composer-resize-grip-hover-3461
Jun 8, 2026
Merged

fix(desktop): only highlight composer resize grip on direct hover (#3461)#3472
esengine merged 1 commit into
esengine:main-v2from
iysun:fix/composer-resize-grip-hover-3461

Conversation

@iysun

@iysun iysun commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Fix resize grip incorrectly highlighting with theme color when hovering other parts of the multi-line composer input
  • Change CSS trigger from .composer-card:hover to .composer-resize-handle:hover so only direct handle hover activates the accent highlight

Closes #3461

Test plan

  • Enter multi-line input mode (drag resize or type multiple lines)
  • Hover over textarea body — grip stays default gray
  • Hover over top resize grip — grip highlights with theme color
  • Click input to focus — grip remains hidden/dimmed while typing

Made with Cursor

@iysun iysun requested review from SivanCola and esengine as code owners June 7, 2026 16:10
@github-actions github-actions Bot added v2 Go rewrite (1.x) — main-v2 branch, active development desktop Wails desktop app (desktop/**) and removed v2 Go rewrite (1.x) — main-v2 branch, active development labels Jun 7, 2026

@esengine esengine left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

把 hover 触发从 .composer-card 收窄到 .composer-resize-handle,准确修掉误高亮。

@esengine esengine merged commit 44486ff into esengine:main-v2 Jun 8, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

desktop Wails desktop app (desktop/**)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: 输入框拖动提示手柄在鼠标未悬停时错误高亮

2 participants