fix(core): update
This commit is contained in:
parent
4a3aa2d6d9
commit
4e1b797377
@ -172,9 +172,6 @@ export class DeesStepper extends DeesElement {
|
|||||||
public firstUpdated() {
|
public firstUpdated() {
|
||||||
this.selectedStep = this.steps[0];
|
this.selectedStep = this.steps[0];
|
||||||
this.setScrollStatus();
|
this.setScrollStatus();
|
||||||
domtools.plugins.smartdelay.delayFor(2000).then(() => {
|
|
||||||
this.goNext();
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public updated() {
|
public updated() {
|
||||||
|
Loading…
Reference in New Issue
Block a user