fix: dropdown submenu arrow wrong direction in rtl#52885
fix: dropdown submenu arrow wrong direction in rtl#52885li-jia-nan merged 6 commits intoant-design:masterfrom
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>
* fix: dropdown submenu arrow wrong direction in rtl * test: dropdown arrow direction in rtl mode * Update components/dropdown/dropdown.tsx Signed-off-by: lijianan <574980606@qq.com> --------- Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: thinkasany <480968828@qq.com> Co-authored-by: lijianan <574980606@qq.com>


中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
related to #52882
💡 Background and Solution
📝 Change Log