Merge branch 'feature/SUPPORT-9512' into develop

This commit is contained in:
adel.ka 2025-10-24 14:55:07 +03:00
commit 1453272c69

View file

@ -12,6 +12,7 @@ export class LinkClickHandler extends Behavior {
private el: ElementRef;
initialize() {
this.auditService = this.injector.get(AuditService);
this.control = this.getScript(Control);
this.el = this.control.getEl();
super.initialize();