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(ui): return clipboard paste to command input and keep log scroll
Address review feedback on #202:
- Ctrl+V in command mode never inserted text because bubbles returns
the clipboard read as an unexported message type. Add clipboard.Paste,
which reads the clipboard and re-enters as a public tea.PasteMsg, and
intercept ctrl+v in CommandInput before delegating to the textinput.
- Mouse-wheel scrolling stopped working in LogView while the filter was
active; mouse messages now bypass the filter fallback to the viewport.
0 commit comments