Ben Lin
2025-01-09 7bcfc0507043dc878c801a259aa7d058f4982551
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,