瀏覽代碼

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');
       }