mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-29 02:37:22 +09:00
improve reactionImportMenu3
This commit is contained in:
parent
a05ff710a9
commit
1c02c0b70f
@ -37,6 +37,7 @@ const canToggle = computed(() => !props.reaction.match(/@\w/) && $i);
|
||||
const toggleReaction = (e: MouseEvent) => {
|
||||
if (!canToggle.value) {
|
||||
openReactionImportMenu(e, props.reaction, props.note.id);
|
||||
return;
|
||||
}
|
||||
|
||||
const oldReaction = props.note.myReaction;
|
||||
|
Loading…
x
Reference in New Issue
Block a user