We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8904e42 commit 4e7a8b0Copy full SHA for 4e7a8b0
1 file changed
select2.js
@@ -1219,7 +1219,7 @@ the specific language governing permissions and limitations under the Apache Lic
1219
mask.attr("id","select2-drop-mask").attr("class","select2-drop-mask");
1220
mask.hide();
1221
mask.appendTo(this.body());
1222
- mask.on("mousedown touchstart", function (e) {
+ mask.on("mousedown touchstart click", function (e) {
1223
var dropdown = $("#select2-drop"), self;
1224
if (dropdown.length > 0) {
1225
self=dropdown.data("select2");
0 commit comments