Fix #5577 Slider change event duplication error

This commit is contained in:
susiwen 2019-04-09 14:14:02 +08:00
parent 9013c49d7c
commit ef1465af91

View file

@ -292,6 +292,7 @@
}
},
change (event) {
if (event.type == 'change') return;
if (event.type == 'input' && !this.activeChange) return;
let val = event.target.value.trim();