fix
parent
72102ede33
commit
62a9a075b1
|
@ -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