mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-29 02:37:22 +09:00
iwpo
This commit is contained in:
parent
2be42c0e4b
commit
3a540dd1f6
@ -114,9 +114,9 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string) {
|
||||
os.confirm({
|
||||
type: 'warning',
|
||||
text: '同じ名前の絵文字が存在します。インポートしますか?',
|
||||
}).then(canceled => {
|
||||
console.log(canceled);
|
||||
if (canceled) return;
|
||||
}).then(res => {
|
||||
console.log(res);
|
||||
if (res.canceled) return;
|
||||
importEmoji(reaction);
|
||||
});
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user