Ben Lin
2025-01-10 04c89920754329dfcc3b71dd12e236da18c245c7
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,