improve reactionImportMenu2

This commit is contained in:
2022-12-25 18:15:26 +09:00
parent 0739a58d66
commit a05ff710a9

View File

@ -114,7 +114,7 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string, n
noteId: noteId,
reaction: `:${name}:`,
});
}, 1000); // インポートしてからバックエンドに浸透するのが遅いので1秒待つ
}, 2000); // インポートしてからバックエンドに浸透するのが遅いので2秒待つ
});
}
},