diff --git a/frontend/src/Editor/DraggableBox.jsx b/frontend/src/Editor/DraggableBox.jsx index 0e9c5e5eff..9af9308fa3 100644 --- a/frontend/src/Editor/DraggableBox.jsx +++ b/frontend/src/Editor/DraggableBox.jsx @@ -282,26 +282,21 @@ export const DraggableBox = React.memo( style={getStyles(isDragging, isSelectedComponent)} >
- {mode === 'edit' && - !readOnly && - // (configWidgetHandlerForModalComponent || mouseOver || isSelectedComponent) && - !isResizing && ( - - )} + {mode === 'edit' && !readOnly && !isResizing && ( + + )} Something went wrong.} beforeCapture={(scope) => {