We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de4342 commit cd6e41eCopy full SHA for cd6e41e
packages/vue-collapsed/src/Collapse.vue
@@ -163,7 +163,7 @@ watch(isExpanded, (isExpanding) => {
163
})
164
165
requestAnimationFrame(() => {
166
- /** If for any unknown edge case the scrollHeight === 0, abort transition force expand */
+ /** If for any unknown edge case the scrollHeight === 0, abort transition and force expand */
167
if (collapseRef.value!.scrollHeight === 0) return onExpanded()
168
169
/** Set height to scrollHeight and trigger the transition. */
0 commit comments