Преглед на файлове

HUE-8270 [dashboard] Re-start the scrollbar removal interval on assist drag stop

Enrico Berti преди 7 години
родител
ревизия
e7fe322c0d
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      desktop/libs/dashboard/src/dashboard/templates/common_search.mako

+ 4 - 0
desktop/libs/dashboard/src/dashboard/templates/common_search.mako

@@ -4282,6 +4282,10 @@ $(document).ready(function () {
     }
   }, 'dashboard');
 
+  huePubSub.subscribe('draggable.text.stopped', function (options) {
+    isDraggingOrResizingWidgets = false;
+  }, 'dashboard');
+
   huePubSub.subscribe('dashboard.gridster.widget.drag', function (options) {
     movePreviewHolder(options);
   }, 'dashboard');