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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(browser): stop native side-panel toggle fighting shared-panel mode (#229) — Chromium C++ recompile: the native pinned "Pane" toolbar button, Alt+A, and the Mac keyboard shortcut now dispatch a real extension action.onClicked event instead of three hand-duplicated native toggle implementations, eliminating the close/reopen flicker in per-window (shared) side panel mode.
fix(app): keep live dictation caption scrolled to its tail (#228)