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: Handle both Press and Release events for Ctrl+V clipboard image paste
- Windows generates Release events for Ctrl+V, while Linux/macOS generate Press events
- Updated event matching to handle both KeyEventKind::Press and KeyEventKind::Release
- Maintains backward compatibility across all platforms
- Fixes clipboard image paste not working on Windows systems
0 commit comments