Update template-autocomplete.component.ts

This commit is contained in:
Vladyslav Prykhodko 2025-07-28 17:57:43 +03:00 committed by GitHub
parent 7acf8de9f8
commit 0bf3171bbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -216,6 +216,7 @@ export class TemplateAutocompleteComponent implements ControlValueAccessor, OnIn
button._elementRef.nativeElement.blur(); button._elementRef.nativeElement.blur();
this.createTemplateByName($event); this.createTemplateByName($event);
} }
createTemplateByName($event: Event, name?: string) { createTemplateByName($event: Event, name?: string) {
$event?.stopPropagation(); $event?.stopPropagation();
this.openNotificationTemplateDialog({ this.openNotificationTemplateDialog({