diff --git a/src/lib/directives/stop-propagation.directive.ts b/src/lib/directives/stop-propagation.directive.ts index 211bfb3..51ac9b6 100644 --- a/src/lib/directives/stop-propagation.directive.ts +++ b/src/lib/directives/stop-propagation.directive.ts @@ -20,6 +20,7 @@ export class StopPropagationDirective { if (this.iqserStopPropagation) { this.#logger.info('[CLICK] iqserStopPropagation'); + $event.preventDefault(); $event.stopPropagation(); } }