@osovitny/anatoly 2.14.31 → 2.14.32
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.
|
@@ -3911,6 +3911,7 @@ class UrlSlugComponent extends BaseEditComponent {
|
|
|
3911
3911
|
if (this.watchedControlName) {
|
|
3912
3912
|
this.formGroup.get(this.watchedControlName).valueChanges.subscribe(value => {
|
|
3913
3913
|
if (this.firstValue) {
|
|
3914
|
+
this.firstValue = false;
|
|
3914
3915
|
return;
|
|
3915
3916
|
}
|
|
3916
3917
|
this.generateUrlSlug(value);
|