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
ClipboardContext was created locally and dropped immediately, causing
the app to lose X11/Wayland selection ownership before any paste.
Move the context into RootComponent as a persistent field for the
app's lifetime. Route RecordsComponent's direct clipboard call
through Action::CopyToClipboard so all copy paths go via one place.
Signed-off-by: Oleksandr Mazur <cahbua@gmail.com>
0 commit comments