zhuth пре 7 година
родитељ
комит
3d74a5adad
1 измењених фајлова са 12 додато и 12 уклоњено
  1. 12 12
      frontend/saas-web/app/view/core/form/FormPanel.js

+ 12 - 12
frontend/saas-web/app/view/core/form/FormPanel.js

@@ -69,22 +69,22 @@ Ext.define('saas.view.core.form.FormPanel', {
                     listeners: {
                         blur: 'codeEditorBlur',
                         show: function (field, eOpts) {
-                            field.animate({
-                                duration: 500,
-                                to: {
-                                    width: 200
-                                }
-                            });
+                            // field.animate({
+                            //     duration: 500,
+                            //     to: {
+                            //         width: 200
+                            //     }
+                            // });
 
                             field.focus();
                         },
                         hide: function(field) {
-                            field.animate({
-                                duration: 500,
-                                to: {
-                                    width: 150
-                                }
-                            });
+                            // field.animate({
+                            //     duration: 500,
+                            //     to: {
+                            //         width: 150
+                            //     }
+                            // });
                         }
                     }
                 }, {