-
-
Notifications
You must be signed in to change notification settings - Fork 51.4k
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: dropdown submenu arrow wrong direction in rtl #52885
fix: dropdown submenu arrow wrong direction in rtl #52885
Conversation
|
👁 Visual Regression Report for PR #52885 Passed ✅
🎊 Congrats! No visual-regression diff found. ![]() |
WalkthroughThis pull request addresses a bug fix for the dropdown component in RTL (Right-to-Left) mode. It corrects the direction of the submenu arrow, ensuring it points in the correct direction when RTL is enabled. Changes
|
More templates
commit: |
Bundle ReportChanges will increase total bundle size by 144 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: antd.min-array-pushAssets Changed:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #52885 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 768 768
Lines 13847 13849 +2
Branches 3629 3631 +2
=========================================
+ Hits 13847 13849 +2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: lijianan <574980606@qq.com>
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
related to #52882
💡 Background and Solution
📝 Change Log