Small bug fixes

This commit is contained in:
Sam Potts
2017-11-04 14:45:06 +11:00
parent 1cc2930dc0
commit 069c8093ae
6 changed files with 26 additions and 43 deletions

View File

@ -467,7 +467,7 @@ const listeners = {
// Volume
utils.proxy(this.elements.inputs.volume, inputEvent, this.config.listeners.volume, event => {
this.setVolume(event.target.value);
this.volume = event.target.value;
});
// Polyfill for lower fill in <input type="range"> for webkit