Skip to content
Snippets Groups Projects

feat: implement context menu for logic pills

Merged Dennis Collaris requested to merge feat/remove-logic-pills into main
1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
@@ -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>
}
>
Loading