1
0

fix(frontend): emoji picker not opening on /share page (#14295)

* fix(frontend): emoji picker not opening on `/share` page

* Update CHANGELOG.md
This commit is contained in:
zyoshoka
2024-07-25 16:44:38 +09:00
committed by GitHub
parent 3d8eda14a2
commit 7c67d3a5aa
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@
- Fix: 子メニューの高さがウィンドウからはみ出ることがある問題を修正
- Fix: 個人宛てのダイアログ形式のお知らせが即時表示されない問題を修正
- Fix: 一部の画像がセンシティブ指定されているときに画面に何も表示されないことがあるのを修正
- Fix: `/share`ページにおいて絵文字ピッカーを開くことができない問題を修正
### Server
- Feat: レートリミット制限に引っかかったときに`Retry-After`ヘッダーを返すように (#13949)