File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments