diff --git a/rsconcept/frontend/src/components/dropdown/dropdown.tsx b/rsconcept/frontend/src/components/dropdown/dropdown.tsx index 6d5bea1a..50626227 100644 --- a/rsconcept/frontend/src/components/dropdown/dropdown.tsx +++ b/rsconcept/frontend/src/components/dropdown/dropdown.tsx @@ -45,7 +45,6 @@ export function Dropdown({ margin, className )} - aria-hidden={!isOpen} inert={!isOpen} {...restProps} > diff --git a/rsconcept/frontend/src/features/oss/pages/oss-page/editor-oss-graph/context-menu/menu-operation.tsx b/rsconcept/frontend/src/features/oss/pages/oss-page/editor-oss-graph/context-menu/menu-operation.tsx index b84b4d39..4206d16c 100644 --- a/rsconcept/frontend/src/features/oss/pages/oss-page/editor-oss-graph/context-menu/menu-operation.tsx +++ b/rsconcept/frontend/src/features/oss/pages/oss-page/editor-oss-graph/context-menu/menu-operation.tsx @@ -246,10 +246,7 @@ export function MenuOperation({ operation, onHide }: MenuOperationProps) { disabled={isProcessing} /> ) : null} - {isMutable && - !operation.result && - operation.operation_type === OperationType.SYNTHESIS && - operation.arguments.length === 0 ? ( + {isMutable && !operation.result && operation.operation_type === OperationType.INPUT ? ( ) : null} - {isMutable && !operation.result && operation.operation_type === OperationType.SYNTHESIS ? ( + {isMutable && + !operation.result && + operation.operation_type === OperationType.SYNTHESIS && + operation.arguments.length > 0 ? ( item.operation_type === OperationType.REPLICA).length }; - return ; + return ; } diff --git a/rsconcept/frontend/src/features/rsform/components/view-constituents/constituents-search.tsx b/rsconcept/frontend/src/features/rsform/components/view-constituents/constituents-search.tsx index c9337fc7..5ffaa72b 100644 --- a/rsconcept/frontend/src/features/rsform/components/view-constituents/constituents-search.tsx +++ b/rsconcept/frontend/src/features/rsform/components/view-constituents/constituents-search.tsx @@ -28,7 +28,7 @@ export function ConstituentsSearch({ dense, hideGraphFilter }: ConstituentsSearc const toggleCrucial = useCstSearchStore(state => state.toggleCrucial); return ( -
+
-
+
{activeCst ? ( {items.map(cstID => {