Skip to content
Snippets Groups Projects
Commit 1fd6c975 authored by syuilo's avatar syuilo
Browse files

Merge branch 'develop'

parents 9c2f5ee0 74cef67e
No related branches found
Tags 12.100.1
No related merge requests found
......@@ -7,6 +7,11 @@
-->
## 12.103.1 (2022/02/02)
### Bugfixes
- クライアント: ツールチップの表示位置が正しくない問題を修正
## 12.103.0 (2022/02/02)
### Improvements
......
{
"name": "misskey",
"version": "12.103.0",
"version": "12.103.1",
"codename": "indigo",
"repository": {
"type": "git",
......
......@@ -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