src getter fix, local storage fix
This commit is contained in:
3
src/js/controls.js
vendored
3
src/js/controls.js
vendored
@ -229,6 +229,9 @@ const controls = {
|
||||
|
||||
this.elements.inputs[type] = input;
|
||||
|
||||
// Set the fill for webkit now
|
||||
controls.updateRangeFill.call(this, input);
|
||||
|
||||
return {
|
||||
label,
|
||||
input,
|
||||
|
Reference in New Issue
Block a user