Skip to content

Commit

Permalink
fixed vlist
Browse files Browse the repository at this point in the history
  • Loading branch information
Clementine2722 committed Jul 9, 2024
1 parent 9b538c3 commit 29d6264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/canvas/VListWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 29d6264

Please sign in to comment.