mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
@@ -101,7 +101,7 @@ export default {
|
||||
});
|
||||
container.addEventListener('touchend', () => {
|
||||
/* istanbul ignore else */
|
||||
if (new Date() - touchStartTime < 1500) {
|
||||
if (new Date() - touchStartTime < 100) {
|
||||
this.value = false;
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user