mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-26 12:34:30 +02:00
refactor
This commit is contained in:
@@ -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(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user