Ben Lin
2024-09-20 4a9b45dc01fc2a9194c998f72c87aeaf2392cd61
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,