fix: unable to horizontally scroll when pull to refresh is enabled (#16273)

This commit is contained in:
anatawa12
2025-07-12 15:00:06 +09:00
committed by GitHub
parent c165749a29
commit e26369ed48
2 changed files with 3 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
- Fix: 数時間後Misskeyのタブに戻った際に、タブがスロットリングされている間の更新アニメーションを延々見せ続けられる問題を修正
- Fix: 非ログイン時のハイライトートの画像がCWの有無を考慮せず表示される問題を修正
- Fix: レンジ選択・ドロップダウンにて、操作を無効にすべきところで無効にならない問題を修正
- Fix: Pull to refreshが有効なときに横スクロールができない問題を修正
### Server
- Enhance: sinceId/untilIdが指定可能なエンドポイントにおいて、sinceDate/untilDateも指定可能に