Fix pasting multi-line strings

This commit is contained in:
Joscha 2022-08-20 16:31:09 +02:00
parent fe381e1146
commit ade06efa01
2 changed files with 8 additions and 1 deletions

View file

@ -17,6 +17,7 @@ Procedure when bumping the version number:
### Fixed
- Crash when connecting to nonexistent rooms
- Crash when connecting to rooms that require authentication
- Pasting multi-line strings into the editor
## v0.2.1 - 2022-08-11