@magic-xpa/angular 4.801.0-dev481.384 → 4.801.0-dev481.385
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4149,6 +4149,7 @@ class NonMagicControlDirective {
|
|
|
4149
4149
|
regEvents() {
|
|
4150
4150
|
this.eventHandlers['focusin'] = this.OnFocus.bind(this);
|
|
4151
4151
|
Object.keys(this.eventHandlers).forEach((key) => {
|
|
4152
|
+
this.renderer.listen(this.htmlElement, key, this.eventHandlers[key]);
|
|
4152
4153
|
});
|
|
4153
4154
|
}
|
|
4154
4155
|
OnFocus() {
|