فهرست منبع

HUE-7949 [dashboard] Remove the fake drop zone when dragging a Gridster widget

Enrico Berti 7 سال پیش
والد
کامیت
e13c571
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      desktop/libs/dashboard/src/dashboard/templates/common_search.mako

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

@@ -3783,6 +3783,7 @@ $(document).ready(function () {
     },
     draggable: {
       handle: 'h2',
+      start: removePreviewHolder,
       stop: function (e, ui, $widget) {
         huePubSub.publish('gridster.clean.whitespace');
       }