Recent Commits to hyperframes:main
・fix(studio): stop the grouping dialog opening off the bottom of the window (#3421) Reported as "the grouping button did nothing — I clicked it and nothing happened".
・The dialog WAS opening.
・It positioned itself at `anchorRect.bottom + 4` with no flip and no clamp, and this button lives in a track header at the bottom of the studio window, so it opened past the viewport edge.