1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-26 12:34:30 +02:00
This commit is contained in:
syuilo
2025-08-25 13:46:22 +09:00
parent 2b9706a68b
commit 7924daf7f8
17 changed files with 31 additions and 31 deletions

View File

@@ -167,7 +167,7 @@ function onMouseenter() {
text: computed(() => {
return props.textConverter(finalValue.value);
}),
targetElement: thumbEl.value ?? undefined,
anchorElement: thumbEl.value ?? undefined,
}, {
closed: () => dispose(),
});
@@ -191,7 +191,7 @@ function onMousedown(ev: MouseEvent | TouchEvent) {
text: computed(() => {
return props.textConverter(finalValue.value);
}),
targetElement: thumbEl.value ?? undefined,
anchorElement: thumbEl.value ?? undefined,
}, {
closed: () => dispose(),
});