diff --git a/src/components/canvas/VListWidget.tsx b/src/components/canvas/VListWidget.tsx index 952fa25..a14b41c 100644 --- a/src/components/canvas/VListWidget.tsx +++ b/src/components/canvas/VListWidget.tsx @@ -109,7 +109,7 @@ function ListCanvasComponent(props: WidgetProps) { structure = getStructureFromSource(props.structure, source) as ListStructure; } - representation.style = representation?.style; + // representation.style = representation?.style; const size = getSize(props.structure, representation); if (size === undefined) {