Merged
Conversation
Co-authored-by: Alexzjt <[email protected]>
Co-authored-by: Alexzjt <[email protected]>
Co-authored-by: Alexzjt <[email protected]>
Copilot
AI
changed the title
[WIP] 修复代码中的bug并解决#3307
fix(tooltip): 修复页面滚动时tooltip不自动隐藏的问题
Jan 30, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #3310 +/- ##
==========================================
+ Coverage 75.77% 78.82% +3.05%
==========================================
Files 257 224 -33
Lines 11994 12425 +431
Branches 2464 2802 +338
==========================================
+ Hits 9088 9794 +706
+ Misses 1398 946 -452
- Partials 1508 1685 +177 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
Size Change: -143 B (-0.02%) Total Size: 739 kB
ℹ️ View Unchanged
|
Contributor
|
/gemini review |
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.
当页面可滚动时,点击单元格弹出tooltip后,在表格区域外滚动页面,tooltip不会自动消失,与单元格产生错位。
修改内容
OriginEventType新增SCROLL类型EventController.bindEvents()添加 window scroll 事件监听,滚动时调用hideTooltip()throttle(16ms)节流,存储为类属性onScroll确保事件清理正确Solve the issue and close #3307
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.