mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Do not allow ConfigHandle icons to be dragged on the canvas (#1260)
This commit is contained in:
parent
f10727068e
commit
d5c4ca6128
1 changed files with 2 additions and 0 deletions
|
|
@ -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}
|
||||
</span>
|
||||
|
|
@ -28,6 +29,7 @@ export const ConfigHandle = function ConfigHandle({ id, component, configHandleC
|
|||
role="button"
|
||||
className="mx-2"
|
||||
height="12"
|
||||
draggable="false"
|
||||
onClick={() => removeComponent({ id })}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue