Просмотр исходного кода

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

Enrico Berti 9 лет назад
Родитель
Сommit
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);
           }
         }