diff --git a/js/utils/tap.js b/js/utils/tap.js index 7ec97a2cf7..f75da4ca2d 100644 --- a/js/utils/tap.js +++ b/js/utils/tap.js @@ -254,7 +254,7 @@ function tapMouseUp(e) { return false; } - if( tapIgnoreEvent(e) ) return; + if( tapIgnoreEvent(e) || e.target.tagName === 'SELECT' ) return; if( !tapHasPointerMoved(e) ) { tapClick(e);