fix
parent
c558e66aa1
commit
e4cf7a4870
|
@ -75,9 +75,11 @@ export default {
|
||||||
// }
|
// }
|
||||||
if (this.minWidthTimeout) {
|
if (this.minWidthTimeout) {
|
||||||
cancelAnimationTimeout(this.minWidthTimeout)
|
cancelAnimationTimeout(this.minWidthTimeout)
|
||||||
|
this.minWidthTimeout = null
|
||||||
}
|
}
|
||||||
if (this.mouseenterTimeout) {
|
if (this.mouseenterTimeout) {
|
||||||
cancelAnimationTimeout(this.mouseenterTimeout)
|
cancelAnimationTimeout(this.mouseenterTimeout)
|
||||||
|
this.mouseenterTimeout = null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in New Issue