@eric-emg/symphiq-components 1.2.303 → 1.2.304
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.
|
@@ -52500,9 +52500,8 @@ var ShopPlatformEnum;
|
|
|
52500
52500
|
})(ShopPlatformEnum || (ShopPlatformEnum = {}));
|
|
52501
52501
|
class SymphiqCreateAccountDashboardComponent {
|
|
52502
52502
|
set shopNameInput(el) {
|
|
52503
|
-
console.log('el: ', el, 'accountData: ', this.accountData());
|
|
52504
52503
|
if (el && !this.accountData()) {
|
|
52505
|
-
el.nativeElement.focus();
|
|
52504
|
+
setTimeout(() => el.nativeElement.focus());
|
|
52506
52505
|
}
|
|
52507
52506
|
}
|
|
52508
52507
|
constructor() {
|