forked from FoundKeyGang/FoundKey
fix(client): ツールチップの表示位置が正しくない問題を修正
This commit is contained in:
parent
c6a15024f5
commit
9b7b8bb9a1
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ export default defineComponent({
|
||||||
emojis: props.note.emojis,
|
emojis: props.note.emojis,
|
||||||
users,
|
users,
|
||||||
count: props.count,
|
count: props.count,
|
||||||
source: buttonRef.value
|
targetElement: buttonRef.value,
|
||||||
}, {}, 'closed');
|
}, {}, 'closed');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ export default defineComponent({
|
||||||
showing,
|
showing,
|
||||||
users,
|
users,
|
||||||
count: props.count,
|
count: props.count,
|
||||||
source: buttonRef.value
|
targetElement: buttonRef.value
|
||||||
}, {}, 'closed');
|
}, {}, 'closed');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue