We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb269bd commit f7dfe6dCopy full SHA for f7dfe6d
common/src/jsMain/kotlin/com/huanshankeji/compose/foundation/layout/ext/BoxWithConstraints.js.kt
@@ -27,7 +27,6 @@ actual fun BoxWithConstraints(
27
attrsModifier {
28
ref {
29
//console.log("Initial client size: ${it.clientWidth}, ${it.clientHeight}")
30
- // Adding this doesn't make a difference in solving the issue below.
31
//clientSize = ClientSize(it.clientWidth, it.clientHeight)
32
val resizeObserver = ResizeObserver { entries, _ ->
33
val element = entries.single().target
0 commit comments