Fix #6465 - drag drop for cards
[roojs1] / Roo / bootstrap / MonthField.js
index 7f4840e..9348c26 100644 (file)
@@ -251,8 +251,9 @@ Roo.extend(Roo.bootstrap.MonthField, Roo.bootstrap.Input,  {
     fireKey: function(e)
     {
         if (!this.picker().isVisible()){
-            if (e.keyCode == 27) // allow escape to hide and re-show picker
+            if (e.keyCode == 27)   {// allow escape to hide and re-show picker
                 this.show();
+            }
             return;
         }