Fix #5577 Slider change event duplication error
This commit is contained in:
parent
9013c49d7c
commit
ef1465af91
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