mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
Fix previous fix
This commit is contained in:
parent
beeeb7bcbf
commit
178f851684
@ -60,7 +60,7 @@ const UIWindowThemeDialog = async function UIWindowThemeDialog () {
|
||||
},
|
||||
onChange (cb) {
|
||||
el.addEventListener('input', e => {
|
||||
e.meta = { label };
|
||||
e.meta = { name, label };
|
||||
cb(e);
|
||||
});
|
||||
return this;
|
||||
|
Loading…
Reference in New Issue
Block a user