mirror of
https://github.com/wled/WLED.git
synced 2025-04-23 14:27:18 +00:00
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);
|
||||
if(i === 0) {
|
||||
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…
x
Reference in New Issue
Block a user