Skip to content

Commit f7dfe6d

Browse files
committed
Remove an additional comment related to removed code in the previous commit
1 parent fb269bd commit f7dfe6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/src/jsMain/kotlin/com/huanshankeji/compose/foundation/layout/ext/BoxWithConstraints.js.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ actual fun BoxWithConstraints(
2727
attrsModifier {
2828
ref {
2929
//console.log("Initial client size: ${it.clientWidth}, ${it.clientHeight}")
30-
// Adding this doesn't make a difference in solving the issue below.
3130
//clientSize = ClientSize(it.clientWidth, it.clientHeight)
3231
val resizeObserver = ResizeObserver { entries, _ ->
3332
val element = entries.single().target

0 commit comments

Comments
 (0)