element-plus/packages/directives
TANGENNT 9b399385e0
fix(directives): use standard wheel event with passive option (#7256)
Both DOMMouseScroll and mousewheel event are non-standard now. And "[Violation]" warning will be
printed in console without setting `passive: true`.

fix #7016 #2016
2022-04-25 23:19:59 +08:00
..
__tests__ test: enable clearMocks in vitest config (#7263) 2022-04-20 17:02:44 +08:00
click-outside refactor(utils): extract isElement (#6292) 2022-02-26 15:00:57 +08:00
mousewheel fix(directives): use standard wheel event with passive option (#7256) 2022-04-25 23:19:59 +08:00
repeat-click chore: add eslint rule sort imports (#6823) 2022-03-25 15:35:56 +08:00
resize chore: add eslint rule sort imports (#6823) 2022-03-25 15:35:56 +08:00
trap-focus chore: add eslint rule sort imports (#6823) 2022-03-25 15:35:56 +08:00
index.ts feat: add resize directive (#2167) 2021-07-01 09:29:00 +08:00
package.json feat: extract eslint config to separate package (#6495) 2022-03-10 15:39:13 +08:00