feat(windows): 支持运行配置列表左右拖拽调整宽度 - #475
Merged
Merged
Conversation
Fixes 1lck#462 Co-authored-by: Cursor <cursoragent@cursor.com>
1lck
reviewed
Sep 4, 2026
1lck
reviewed
Sep 4, 2026
Owner
|
@Rangsh 感谢这次改动,整体方向是对的,Issue #462 里要求的鼠标拖拽、宽度钳制和重启恢复都已经覆盖;把拖拽宽度放进独立的本地布局组件,并用 |
响应 PR 1lck#475 审查:提取可复用拖拽会话,在 blur/pointercancel/卸载时清理监听与 RAF,并支持方向键调整宽度。 Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
1lck
approved these changes
Sep 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
desktop:dev所需的default-run = "lithe-windows",避免多二进制导致无法启动Fixes #462
Test plan