test
parent
4cff4e2af9
commit
5083d794dc
|
@ -827,7 +827,7 @@
|
||||||
|
|
||||||
// edit inner html
|
// edit inner html
|
||||||
content.innerHTML = "";
|
content.innerHTML = "";
|
||||||
this.renderView();
|
|
||||||
|
|
||||||
for(let key in globalInputFormsObj) {
|
for(let key in globalInputFormsObj) {
|
||||||
if(key === this.currentVariant) {
|
if(key === this.currentVariant) {
|
||||||
|
@ -884,6 +884,8 @@
|
||||||
easing: 'cubicBezier(0.590, 0.190, 0.050, 0.990)'
|
easing: 'cubicBezier(0.590, 0.190, 0.050, 0.990)'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.renderView();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue