Skip to content
Snippets Groups Projects
Commit 9b7b8bb9 authored by syuilo's avatar syuilo
Browse files

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

parent c6a15024
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ export default defineComponent({
emojis: props.note.emojis,
users,
count: props.count,
source: buttonRef.value
targetElement: buttonRef.value,
}, {}, 'closed');
});
......
......@@ -52,7 +52,7 @@ export default defineComponent({
showing,
users,
count: props.count,
source: buttonRef.value
targetElement: buttonRef.value
}, {}, 'closed');
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment