-
-
Notifications
You must be signed in to change notification settings - Fork 50.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Typography editable focus trigger on mount unexpectedly #48741
Conversation
Run & review this pull request in StackBlitz Codeflow. |
👁 Visual Regression Report for PR #48741 Passed ✅
🎊 Congrats! No visual-regression diff found. |
size-limit report 📦
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #48741 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 745 746 +1
Lines 12990 12996 +6
Branches 3409 3409
=========================================
+ Hits 12990 12996 +6 ☔ View full report in Codecov by Sentry. |
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
重现方式,本地启动 dev,打开 http://127.0.0.1:8001/components/typography-cn ,渲染完成后会跳到下面去。
📝 Changelog
editable
will trigger focus unexpectedly on mounting.editable
时会意外触发 focus 事件。☑️ Self-Check before Merge