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
fix(tui): enable copy-on-select in permission prompt
The permission prompt's expanded (ctrl+f) view renders via Portal,
which sits outside the root box's onMouseUp handler. Add an onMouseUp
copy-on-select handler directly on the prompt's content box so
clipboard copy works in both inline and fullscreen views.
0 commit comments