🌐 AI搜索 & 代理 主页
Skip to content

Commit 58980dd

Browse files
authored
Update dropdown.js
1 parent aa1025b commit 58980dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mixins/dropdown.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,10 @@ export default {
284284
this.$root.$off(ROOT_DROPDOWN_SHOWN, this.rootCloseListener)
285285
eventOff(this.$el, 'focusout', this.onFocusOut, { passive: true })
286286
}
287-
// Handle special case for touch events on iOS
287+
// Handle special case for touch events on iOS
288288
this.setOnTouchStartListener(isOpen)
289289
},
290-
setOnTouchStartListener(isOpen) /* istanbul ignore next: JSDOM doesn't support `ontouchstart` */ {
290+
setOnTouchStartListener(isOpen) /* istanbul ignore next: No JSDOM support of `ontouchstart` */ {
291291
// If this is a touch-enabled device we add extra empty
292292
// `mouseover` listeners to the body's immediate children
293293
// Only needed because of broken event delegation on iOS

0 commit comments

Comments
 (0)