kopia lustrzana https://github.com/Aircoookie/WLED
Fix resize input on segment load.
rodzic
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
Plik diff jest za duży
Load Diff
Ładowanie…
Reference in New Issue