mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-02 00:40:04 +09:00
🎨
This commit is contained in:
@ -61,7 +61,7 @@ const anime = () => {
|
||||
const rect = buttonRef.value.getBoundingClientRect();
|
||||
const x = rect.left + (buttonRef.value.offsetWidth / 2);
|
||||
const y = rect.top + (buttonRef.value.offsetHeight / 2);
|
||||
os.popup(MkPlusOneEffect, { x, y }, {}, 'end');
|
||||
os.popup(MkPlusOneEffect, { reaction: props.reaction, x, y }, {}, 'end');
|
||||
};
|
||||
|
||||
watch(() => props.count, (newCount, oldCount) => {
|
||||
|
Reference in New Issue
Block a user