Fix resize input on segment load.

This commit is contained in:
Blaz Kristan 2023-01-24 17:15:38 +01:00
parent b0b68c695c
commit f966535ea9
2 changed files with 523 additions and 537 deletions

View File

@ -280,6 +280,8 @@ function generateSegmentOptions(array) {
tSg.appendChild(option); tSg.appendChild(option);
if(i === 0) { if(i === 0) {
option.selected = true; option.selected = true;
szX.value = option.dataset.x;
szY.value = option.dataset.y;
} }
} }
} }

File diff suppressed because it is too large Load Diff