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
Fixes an issue where users cannot select/copy the git version text in
the title bar.
## Problem
The title bar has `user-select: none` on the container, preventing users
from selecting the version string to copy it for bug reports or
reference.
## Solution
Added `user-select: text` and `cursor: text` to the `TitleText`
component specifically, while keeping `user-select: none` on the
container for other UI elements (like the date).
## Result
Users can now click and drag to select the git version text (e.g.,
`c354df64-dirty`) and copy it.
_Generated with `cmux`_
0 commit comments