Problem: item stays open when the item changed

Solution: close the item when the item changes
This commit is contained in:
Peter Stuifzand 2021-11-20 23:41:04 +01:00
parent 38c46ec73b
commit c1027e6d48

View File

@ -370,6 +370,7 @@ export default {
return
}
this.hasHiddenContent = el.scrollHeight > el.clientHeight
this.hiddenContentVisible = false
})
}
}