Ben Lin
2024-07-30 cc88111d61a350a4d24cf339b526d4357f934ddf
src/directives/ripple/index.ts
@@ -28,9 +28,9 @@
    const background = bg || RippleDirective.background;
    const zIndex = RippleDirective.zIndex;
    el.addEventListener(options.event, (event: EventType) => {
    el.addEventListener(options.event, (event: Event) => {
      rippler({
        event,
        event: event as EventType,
        el,
        background,
        zIndex,