fix(client): ツールチップの表示位置が正しくない問題を修正

This commit is contained in:
syuilo 2022-02-02 01:32:26 +09:00
parent c6a15024f5
commit 9b7b8bb9a1
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ export default defineComponent({
emojis: props.note.emojis,
users,
count: props.count,
source: buttonRef.value
targetElement: buttonRef.value,
}, {}, 'closed');
});

View file

@ -52,7 +52,7 @@ export default defineComponent({
showing,
users,
count: props.count,
source: buttonRef.value
targetElement: buttonRef.value
}, {}, 'closed');
});