Skip to content

Commit da1704b

Browse files
authored
Timer changed to 200ms (#50)
1 parent 96b76f9 commit da1704b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ep/layout/TermPopup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ watch(isFocused, (v) => {
3131
} else {
3232
hideTimer = setTimeout(() => {
3333
if (!isFocused.value) model.value.show = false
34-
}, 1000)
34+
}, 200)
3535
}
3636
})
3737

0 commit comments

Comments
 (0)