Skip to content

Commit 5ee9bac

Browse files
committed
formatの調整
1 parent 862f88f commit 5ee9bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Main/MainView/MessageElement/StampElement.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const { isHovered, onMouseEnter, onMouseLeave } = useHover()
9797
const hoverTimeout = ref<ReturnType<typeof setTimeout> | null>(null)
9898
const isLongHovered = ref(false)
9999
100-
watch(isHovered, (beginHover) => {
100+
watch(isHovered, beginHover => {
101101
if (beginHover) {
102102
hoverTimeout.value = setTimeout(() => {
103103
isLongHovered.value = true

0 commit comments

Comments
 (0)