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,