fix(canvas): separate download from upload side effects
This commit is contained in:
@@ -846,7 +846,7 @@ export default function RenderNode({ id, data, selected, width, height }: NodePr
|
||||
lastRenderErrorHash: undefined,
|
||||
};
|
||||
|
||||
const shouldUploadAfterRender = mode === "upload" || !status.isOffline;
|
||||
const shouldUploadAfterRender = mode === "upload";
|
||||
|
||||
if (!shouldUploadAfterRender) {
|
||||
await persistImmediately(renderNext);
|
||||
|
||||
Reference in New Issue
Block a user