Problem: item stays open when the item changed
Solution: close the item when the item changes
This commit is contained in:
parent
38c46ec73b
commit
c1027e6d48
|
@ -370,6 +370,7 @@ export default {
|
|||
return
|
||||
}
|
||||
this.hasHiddenContent = el.scrollHeight > el.clientHeight
|
||||
this.hiddenContentVisible = false
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user