api-client/packages/hoppscotch-desktop/plugin-workspace
Shreyas 26cb342969
fix(desktop): arrow inserting escape sequences (#5108)
The unstable flag was causing arrow keys to
display ANSI escape sequences as literal text
instead of performing cursor navigation.

For example the arrow keys in URL input fields
display escape sequences (`^[[C, ^[[D, ^[[A, ^[[B`)
as literal text.

Closes HFE-880
Closes #5102

The unstable feature flag was originally added to
support experimental features that were required
for functionality that is no longer needed
in the current implementation.

See:
- [Tauri Issue #9257] - Keyboard shortcuts broken with unstable flag
- [Tauri Issue #10194] - Arrow keys printing invalid characters
- [Wry Issue #1177] - Related macOS input handling issues
2025-06-06 14:17:30 +05:30
..
relay fix(relay): better matching for content-type detection (#5025) 2025-04-29 13:10:08 +05:30
tauri-plugin-appload fix(desktop): arrow inserting escape sequences (#5108) 2025-06-06 14:17:30 +05:30
tauri-plugin-relay fix(relay): better matching for content-type detection (#5025) 2025-04-29 13:10:08 +05:30