main
Jan Umbach 2024-06-28 18:10:15 +02:00
parent 4cff4e2af9
commit 5083d794dc
1 changed files with 3 additions and 1 deletions

View File

@ -827,7 +827,7 @@
// edit inner html
content.innerHTML = "";
this.renderView();
for(let key in globalInputFormsObj) {
if(key === this.currentVariant) {
@ -884,6 +884,8 @@
easing: 'cubicBezier(0.590, 0.190, 0.050, 0.990)'
});
}
this.renderView();
}
}