fix transition when resetting to indeterminate state
This commit is contained in:
parent
d223683b2e
commit
ed34b07b3f
|
@ -45,7 +45,9 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
onTransitionEnd (e) {
|
||||
this.indeterminateTransitionFix = false
|
||||
if (!this.indeterminate) {
|
||||
this.indeterminateTransitionFix = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue