Skip to content

Commit

Permalink
fix: version select style (#414)
Browse files Browse the repository at this point in the history
* feat: version切换问题

* feat: 确保actionsRef关联的元素存在再赋值

* feat: 版本下拉问题修复

* chore: chore

---------

Co-authored-by: 🏎️ Imer <98121322+YumoImer@users.noreply.github.com>
  • Loading branch information
Rain120 and YumoImer authored Jan 2, 2025
1 parent 7bdd7a0 commit fdb9df2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .dumi/theme/slots/Header/Actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ const HeaderActions: React.FC<HeaderActionsProps> = (props) => {
onChange={handleVersionChange}
dropdownStyle={getDropdownStyle}
popupMatchSelectWidth={false}
getPopupContainer={(trigger) => trigger.parentNode}
options={versionOptions}
/>
</Button>,
Expand Down

0 comments on commit fdb9df2

Please sign in to comment.