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