mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-10 05:36:23 +00:00
@mentions have a special `onRelease()` key handler that makes sure a space is inserted around the mention when needed. Fix the `onRelease()` handler to prevent control or otherwise unprintable characters being inserted as text. Fixes: #7685