ElemeFE / element-react

Element UI
https://elemefe.github.io/element-react/index
MIT License
2.83k stars 444 forks source link

Popover: Prevent hide if already hidden. Fix #1027 #1028

Closed will-shaw closed 1 year ago

will-shaw commented 4 years ago

Prevents unnecessary re-renders of all hidden popovers in the page.

Edit: My changes do not affect the failing tests, however the current master branch is already broken, I can rebase once fixed.

Changes in this pull request Fixes #1027