This commit is contained in:
syuilo 2025-08-25 13:26:41 +09:00
parent 3741fa4b49
commit f4baa973bf
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ function onDrop(ev: DragEvent) {
//#endregion
}
function onUploadRequested(files: File[], folder: Misskey.entities.DriveFolder | null) {
function onUploadRequested(files: File[], folder?: Misskey.entities.DriveFolder | null) {
os.launchUploader(files, {
folderId: folder?.id ?? null,
});