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
Independent Panel: Polish search input and key binding
Sanitize search input by removing control chars (incl. DEL) and truncating at 500 code points; keep Tab/LF/CR intact
Bind keyboard shortcut handler once (remove [collapsed] dependency) to avoid unnecessary rebinds; no behavior change
Motivation: Improve stability for pasted or edge inputs and simplify listener lifecycle without altering the intended UX
0 commit comments