Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(StatusChatInput): don't insert control characters
@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
- Loading branch information