Skip to content

Commit

Permalink
Remove an additional comment related to removed code in the previous …
Browse files Browse the repository at this point in the history
…commit
  • Loading branch information
ShreckYe committed Dec 20, 2024
1 parent fb269bd commit f7dfe6d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ actual fun BoxWithConstraints(
attrsModifier {
ref {
//console.log("Initial client size: ${it.clientWidth}, ${it.clientHeight}")
// Adding this doesn't make a difference in solving the issue below.
//clientSize = ClientSize(it.clientWidth, it.clientHeight)
val resizeObserver = ResizeObserver { entries, _ ->
val element = entries.single().target
Expand Down

0 comments on commit f7dfe6d

Please sign in to comment.