[bugfix] Collpase: height calc error when set user-select none (#2702)
This commit is contained in:
@@ -73,7 +73,7 @@ export default sfc({
|
||||
this.inited = true;
|
||||
}
|
||||
|
||||
this.$nextTick(() => {
|
||||
raf(() => {
|
||||
const { content, wrapper } = this.$refs;
|
||||
if (!content || !wrapper) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user