Fix completion menu completing from wrong position (#3229)

Fixes #3225 https://github.com/Chatterino/chatterino2/issues/3225
This commit is contained in:
Tal Neoran
2021-09-11 13:09:14 +03:00
committed by GitHub
parent 4bfa56c11b
commit e577136395
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -24,6 +24,7 @@
- Bugfix: Allow starting Streamlink from Chatterino when running as a Flatpak. (#3178)
- Bugfix: Fixed own IRC messages not having metadata and a link to a usercard. (#3203)
- Bugfix: Fixed some channels still not loading in rare cases. (#3219)
- Bugfix: Fixed a bug with usernames or emotes completing from the wrong position. (#3229)
- Dev: Renamed CMake's build option `USE_SYSTEM_QT5KEYCHAIN` to `USE_SYSTEM_QTKEYCHAIN`. (#3103)
- Dev: Add benchmarks that can be compiled with the `BUILD_BENCHMARKS` CMake flag. Off by default. (#3038)