1
0

fix: フォルダーのページネーションが機能しない (#11187)

* fix: フォルダーのページネーションが機能しない close #11180

* Update MkDrive.vue

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
yupix
2023-07-08 17:48:10 +09:00
committed by GitHub
parent e40a0b98e4
commit 36d5deeb61
2 changed files with 24 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@
- Fix: sparkle内にリンクを入れるとクリック不能になる問題の修正
- Fix: ZenUIでポップアップの表示位置がおかしい問題を修正
- Fix: ページ遷移でスクロール位置が保持されない問題を修正
- Fix: フォルダーのページネーションが機能しない #11180
### Server
- JSON.parse の回数を削減することで、ストリーミングのパフォーマンスを向上しました