Skip to content

Commit cd6e41e

Browse files
committed
cleanup
1 parent 8de4342 commit cd6e41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-collapsed/src/Collapse.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ watch(isExpanded, (isExpanding) => {
163163
})
164164
165165
requestAnimationFrame(() => {
166-
/** If for any unknown edge case the scrollHeight === 0, abort transition force expand */
166+
/** If for any unknown edge case the scrollHeight === 0, abort transition and force expand */
167167
if (collapseRef.value!.scrollHeight === 0) return onExpanded()
168168
169169
/** Set height to scrollHeight and trigger the transition. */

0 commit comments

Comments
 (0)