This commit is contained in:
2022-12-22 17:26:21 +09:00
parent c4e41aacad
commit 7230d62393

View File

@ -116,7 +116,7 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string, n
noteId: noteId,
reaction: `:${name}:`,
});
}, 100);
}, 300);
});
}
},