Fix resize input on segment load.
This commit is contained in:
parent
b0b68c695c
commit
f966535ea9
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1058
wled00/html_pixart.h
1058
wled00/html_pixart.h
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user