Merge pull request #5584 from susiwen8/fix#5577
Fix #5577 Slider change event duplication error
This commit is contained in:
commit
997a85269f
1 changed files with 1 additions and 0 deletions
|
@ -292,6 +292,7 @@
|
|||
}
|
||||
},
|
||||
change (event) {
|
||||
if (event.type == 'change') return;
|
||||
|
||||
if (event.type == 'input' && !this.activeChange) return;
|
||||
let val = event.target.value.trim();
|
||||
|
|
Loading…
Add table
Reference in a new issue