You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set a modifier on a Splitter, it crashes with something like this:
Exception in thread "main" java.lang.IllegalArgumentException: Cannot coerce value to an empty range: maximum 1004.0 is less than minimum 1358.0.
at kotlin.ranges.RangesKt___RangesKt.coerceIn(_Ranges.kt:1263)
at org.jetbrains.compose.splitpane.DesktopSplitPaneKt$SplitPane$5.measure-3p2s80s(DesktopSplitPane.kt:80)
...
If you set a modifier on a Splitter, it crashes with something like this:
You can repro with something like this:
If you change the
HorizontalSplitPane
invocation dropping themodifier
, it works fine.The text was updated successfully, but these errors were encountered: