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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
fix(toolbar): fix the toolbar not shrinking on load
The function that updates the toolbar height was firing too early,
which caused the shrinking functionality not to work until 5sec after
the last scroll event. This commit fixes it by waiting until the first
digest before initializing the toolbar height.
Fixes#8258, #8221.
Closes#8543
0 commit comments