Explorar el Código

do not open on meta key, closes #165

Igor Vaynberg hace 13 años
padre
commit
89ee75dd9d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      select2.js

+ 3 - 0
select2.js

@@ -79,6 +79,9 @@
             case KEY.ALT:
                 return true;
             }
+
+            if (k.metaKey) return true;
+            
             return false;
         },
         isFunctionKey: function (k) {