SUPPORT-9512: fix

This commit is contained in:
adel.ka 2025-10-24 12:23:55 +03:00
parent d4555d0beb
commit b25f9e4e1b

View file

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