Преглед изворни кода

HUE-4074 [editor] Clicking on table in assist sometimes expand or insert the name

Enrico Berti пре 9 година
родитељ
комит
9c5c722
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

@@ -398,7 +398,7 @@
               clickHandlerFunction.apply(viewModel, clickArgs);
               dblClickTimeout = window.setTimeout(function() {
                 clickedOnce = false;
-              }, 275);
+              }, 100);
             }, 225);
           }
         }