From 17359eab78c7dcab56a90f0728bb5c99cb27b05c Mon Sep 17 00:00:00 2001 From: Balazs Bajorics <2226774+balazsbajorics@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:28:25 +0200 Subject: [PATCH] Update ui-jsx-canvas.tsx --- editor/src/components/canvas/ui-jsx-canvas.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/src/components/canvas/ui-jsx-canvas.tsx b/editor/src/components/canvas/ui-jsx-canvas.tsx index 3ef9e4899087..f5b5be5fc501 100644 --- a/editor/src/components/canvas/ui-jsx-canvas.tsx +++ b/editor/src/components/canvas/ui-jsx-canvas.tsx @@ -457,7 +457,7 @@ export const UiJsxCanvas = React.memo((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 }, [