* Remove the draggle event.

This commit is contained in:
tianshujie
2023-07-06 17:54:01 +08:00
parent fe0a073836
commit ff55fcfa9b
+1
View File
@@ -13,6 +13,7 @@ $(function()
});
const $dashboard = $('#executionDashBoard').data('zui.Dashboard')
$('#executionDashBoard .dashboard-block').attr('draggable', false);
$dashboard.render({blocks: blocks});
}, 10);
});