Skip to content

Commit

Permalink
Update ui-jsx-canvas.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsbajorics committed Jul 18, 2024
1 parent 0e4ff2b commit 17359ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/src/components/canvas/ui-jsx-canvas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ export const UiJsxCanvas = React.memo<UiJsxCanvasPropsWithErrorCallback>((props)
if (shouldRerenderRef.current) {
// since rerender-all-elements means we did a full rebuild of the canvas scope,
// any CSS file that was not resolved during this rerender can be unimported
// unimportAllButTheseCSSFiles(resolvedFileNames.current)
unimportAllButTheseCSSFiles(resolvedFileNames.current)
}
return executionScope
}, [
Expand Down

0 comments on commit 17359ea

Please sign in to comment.