feat(canvas): accelerate local previews and harden edge flows

This commit is contained in:
2026-04-05 17:28:43 +02:00
parent 451ab0b986
commit de37b63b2b
29 changed files with 2751 additions and 358 deletions

View File

@@ -59,6 +59,7 @@ export default function CurvesNode({ id, data, selected, width }: NodeProps<Curv
[],
);
const { localData, applyLocalData, updateLocalData } = useNodeLocalData<CurvesData>({
nodeId: id,
data,
normalize: normalizeData,
saveDelayMs: 16,