Skip to content

Commit 8e06a53

Browse files
author
Ives van Hoorne
committed
Don't update on save
1 parent 5f467ae commit 8e06a53

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Content/Preview

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Content/Preview/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class Preview extends React.Component<Props, State> {
180180

181181
handleModuleSyncedChange = (preview, change) => {
182182
if (change) {
183-
preview.executeCodeImmediately();
183+
// preview.executeCodeImmediately();
184184
}
185185
};
186186

0 commit comments

Comments
 (0)