Added prevent default to stop propagation directive
This commit is contained in:
parent
48a5160d6f
commit
b6813bccf3
@ -20,6 +20,7 @@ export class StopPropagationDirective {
|
||||
|
||||
if (this.iqserStopPropagation) {
|
||||
this.#logger.info('[CLICK] iqserStopPropagation');
|
||||
$event.preventDefault();
|
||||
$event.stopPropagation();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user