|
@@ -44,8 +44,8 @@ class Filpper {
|
|
|
|
|
|
setSizes(): void {
|
|
|
const td = this.templateData;
|
|
|
- this.templateData.curSize = this.getSize(td.curVal);
|
|
|
- this.templateData.nextSize = this.getSize(td.nextVal);
|
|
|
+ td.curSize = this.getSize(td.curVal);
|
|
|
+ td.nextSize = this.getSize(td.nextVal);
|
|
|
}
|
|
|
|
|
|
getSize(val: number|string): string {
|