Fix virtual scrolling MenuList font family dropdowns shrinking when wider content is unmounted (#3987)

* Fix virtual scrolling MenuList dropdowns shrinking when wider content goes away

* Code review fixes

* Fix small CI workflow bug

* Stop scrolling in dropdowns from horizontally scrolling the control bar

* Use more robust way of getting commit hash in CI workflow
This commit is contained in:
Keavon Chambers
2026-04-02 19:24:41 -07:00
committed by GitHub
parent ab822afae4
commit 5edb00bd9a
4 changed files with 40 additions and 4 deletions

View File

@@ -162,7 +162,7 @@ jobs:
REF="master"
ENVIRONMENT="graphite-dev (Production)"
else
REF="${{ inputs.checkout_ref || github.head_ref || github.ref_name }}"
REF="$(git rev-parse HEAD)"
ENVIRONMENT="graphite-dev (Preview)"
fi
DEPLOY_ID=$(gh api \