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,7 +45,9 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
onTransitionEnd (e) {
|
||||
this.indeterminateTransitionFix = false
|
||||
if (!this.indeterminate) {
|
||||
this.indeterminateTransitionFix = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue