diff --git a/frontend/src/Editor/ConfigHandle.jsx b/frontend/src/Editor/ConfigHandle.jsx index 3bfb2d4a92..5164a5cd08 100644 --- a/frontend/src/Editor/ConfigHandle.jsx +++ b/frontend/src/Editor/ConfigHandle.jsx @@ -18,6 +18,7 @@ export const ConfigHandle = function ConfigHandle({ id, component, configHandleC src="/assets/images/icons/menu.svg" width="8" height="8" + draggable="false" /> {component.name} @@ -28,6 +29,7 @@ export const ConfigHandle = function ConfigHandle({ id, component, configHandleC role="button" className="mx-2" height="12" + draggable="false" onClick={() => removeComponent({ id })} />