mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[GenericTheme > Settings] Remove oninput logging
This commit is contained in:
parent
833819c63f
commit
102f7ab662
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ export default (manifest, content, repo) => {
|
|||
|
||||
oninput: (val) => {
|
||||
${x[2] === 'color' && x[1][0] !== '#' ? `val = parseInt(val.substring(1, 3), 16).toString() + ', ' + parseInt(val.substring(3, 5), 16).toString() + ', ' + parseInt(val.substring(5, 7), 16).toString()` : ''}
|
||||
console.log(val);
|
||||
|
||||
document.body.style.setProperty('${x[0]}', val);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue