Files
element-plus/packages/components
wenrun 0088da111d fix(components): [backtop] fix a display bug (#9892)
fix(components): fix a display bug

The component is not hidden when the scroll bar rolls to the top within 300 ms. Add [trailing=true]
attributes to the useThrottleFn() function,that call handleScroll again after the time is up, and
the bug is fixed.

BREAKING CHANGE :
no

closed no
2022-09-25 09:34:54 +08:00
..