mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 02:57:30 +00:00
Add missing type
This commit is contained in:
parent
d7784c736f
commit
e5676d5c7c
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ async function main() {
|
|||
select.style.bottom = "0px";
|
||||
select.style.left = "0px";
|
||||
select.addEventListener("change", (e) => {
|
||||
UI_ROOT.enableGammaSet(e.target.value);
|
||||
UI_ROOT.enableGammaSet((e.target as HTMLInputElement).value);
|
||||
});
|
||||
for (const set of UI_ROOT._gammaSets.keys()) {
|
||||
const option = document.createElement("option");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue