fix(canvas): separate download from upload side effects

This commit is contained in:
2026-04-03 18:52:54 +02:00
parent 68416ed9de
commit 609e4fca20

View File

@@ -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);