mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 12:05:19 +02:00
* fix(frontend): ノートの下書きをリセットする際、未アップロードのファイルについては添付予定が解除されない問題を修正(#17486) * fix(frontend): useUploader側にresetメソッドを追加し、そちらを呼び出す形に修正 * 現在のdisposeをresetにリネームして`items.value = [];`を追加する形に修正 * tweak --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>