diff --git a/frontend/src/Editor/DraggableBox.jsx b/frontend/src/Editor/DraggableBox.jsx index 0ca62087a6..680cb7f874 100644 --- a/frontend/src/Editor/DraggableBox.jsx +++ b/frontend/src/Editor/DraggableBox.jsx @@ -207,6 +207,7 @@ export const DraggableBox = function DraggableBox({ setDragging(false) onDragStop(e, id, direction, currentLayout, currentLayoutOptions) }} + cancel={`div.table-responsive.jet-data-table, div.calendar-widget`} onDragStart={(e) => e.stopPropagation()} enableResizing={mode === 'edit'} onResizeStop={(e, direction, ref, d, position) => {