Files
openchamber/packages
Serhii Dziupin f64c4a74af fix(chat): do not hijack ctrl/cmd+digit while typing in an input
The numbered context-surface switcher (mod+digit) fired even while focus was
in an editable target, stealing the browser's own tab-switching chord and
opening the changes pane mid-typing (issue #2503). Guard the digit branch
with an editable-target check (input/textarea/contenteditable, covering the
CodeMirror composer) so the chord keeps its normal meaning while the user
types; surface switching still works from any non-editable focus, and the
shortcut remains rebindable/unassignable in Settings.

Fixes #2503
2026-08-05 13:49:12 +03:00
..
2026-08-04 19:39:40 +03:00
2026-08-04 19:39:40 +03:00