fix(canvas): default render compares to preview mode

This commit is contained in:
2026-04-04 08:06:35 +02:00
parent 8f2c3192d8
commit 12202ad337
3 changed files with 164 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ export default defineConfig({
"tests/**/*.test.ts",
"components/canvas/__tests__/canvas-helpers.test.ts",
"components/canvas/__tests__/canvas-flow-reconciliation-helpers.test.ts",
"components/canvas/__tests__/compare-node.test.tsx",
"components/canvas/__tests__/use-canvas-flow-reconciliation.test.ts",
"components/canvas/__tests__/use-canvas-drop.test.tsx",
"components/canvas/__tests__/use-canvas-node-interactions.test.tsx",