fix: don't clear message when closing reply (#6145)

This commit is contained in:
pajlada
2025-04-12 13:31:02 +02:00
committed by GitHub
parent 7c8274ed56
commit 9cde7f8231
2 changed files with 48 additions and 36 deletions
+1
View File
@@ -11,6 +11,7 @@
- Bugfix: Fixed scrolling now working on inputs in the settings. (#6128)
- Bugfix: Make reply-cancel button less coarse-grained. (#6106)
- Bugfix: Fixed missing BetterTTV live updates of emotes. (#6132)
- Bugfix: Fixed message contents being cleared when using the close button for replies. (#6145)
- Bugfix: Handle <kbd>CMD</kbd> + <kbd>BACKSPACE</kbd> behavior explicitly in main chat dialog input for macOS. (#6111)
- Bugfix: Fixed a small typo in the settings page. (#6134)
- Bugfix: Fixed some Twitch commands not getting tab-completed correctly. (#6143)