Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cenadros committed Jun 28, 2024
1 parent 08a5a5d commit c078f23
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ui-src/parser/creators/createComponentInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ export const createComponentInstance = (
shape.componentFile = shape.isOrphan ? getRemoteFileId(file) : file.getId();
shape.componentRoot = isComponentRoot;
shape.componentId = uiComponent.componentId;
shape.touched = symbolTouched(
!shape.hidden,
undefined,
shape.touched,
shape.componentPropertyReferences
);

createArtboard(file, shape);
};
Expand Down

0 comments on commit c078f23

Please sign in to comment.