fix transition when resetting to indeterminate state
This commit is contained in:
parent
d223683b2e
commit
ed34b07b3f
1 changed files with 3 additions and 1 deletions
|
|
@ -45,10 +45,12 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
onTransitionEnd (e) {
|
onTransitionEnd (e) {
|
||||||
|
if (!this.indeterminate) {
|
||||||
this.indeterminateTransitionFix = false
|
this.indeterminateTransitionFix = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue