Update template-autocomplete.component.ts
This commit is contained in:
parent
7acf8de9f8
commit
0bf3171bbf
@ -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({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user