浏览代码

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

Enrico Berti 7 年之前
父节点
当前提交
e13c57150a
共有 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');
       }