diff --git a/libs/shared/lib/querybuilder/pills/customFlowPills/entitypill/QueryEntityPill.tsx b/libs/shared/lib/querybuilder/pills/customFlowPills/entitypill/QueryEntityPill.tsx index 1485784c10f6f8cd6981714d70e2b20485ff9e11..0aa50ebbaa262b490f867a65ecb9a523da8eca63 100644 --- a/libs/shared/lib/querybuilder/pills/customFlowPills/entitypill/QueryEntityPill.tsx +++ b/libs/shared/lib/querybuilder/pills/customFlowPills/entitypill/QueryEntityPill.tsx @@ -143,9 +143,6 @@ export const QueryEntityPill = React.memo((node: SchemaReactflowEntityNode) => { position={Position.Left} className={'!rounded-none !bg-transparent !w-full !h-full !border-0 !right-0 !left-0'} type="target" - style={{ - pointerEvents: false ? 'auto' : 'none', - }} ></Handle> } handleRight={ @@ -155,9 +152,6 @@ export const QueryEntityPill = React.memo((node: SchemaReactflowEntityNode) => { position={Position.Right} className={'!rounded-none !bg-transparent !w-full !h-full !border-0 !right-0 !left-0'} type="source" - style={{ - pointerEvents: false ? 'auto' : 'none', - }} ></Handle> } >