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
When I do api().setSize("a", 10) I expect the panel to get resized to 10% of the size.
It doesn't do that consistently, just hitting the buttons makes the UI unresponsive.
Additionally: resizing a panel to under 10% and then setting the size to 10% throws an exception that the total is over 100%:
this breaks mouseover of the handle since state.context becomes undefined.
Description
When I do
api().setSize("a", 10)
I expect the panel to get resized to 10% of the size.It doesn't do that consistently, just hitting the buttons makes the UI unresponsive.
Additionally: resizing a panel to under 10% and then setting the size to 10% throws an exception that the total is over 100%:
this breaks mouseover of the handle since state.context becomes undefined.
Link to Reproduction (or Detailed Explanation)
(video)
Steps to Reproduce
set-size.mp4
(Code from https://ark-ui.com/react/docs/components/splitter)
Ark UI Version
3.3.0
Framework
Browser
Electron 29.1.5
Additional Information
No response
The text was updated successfully, but these errors were encountered: