Skip to content

Commit 4383afe

Browse files
Up delay.
1 parent fb752b7 commit 4383afe

File tree

1 file changed

+1
-1
lines changed
  • samples/KristofferStrube.Blazor.GraphEditor.WasmExample/Pages

1 file changed

+1
-1
lines changed

samples/KristofferStrube.Blazor.GraphEditor.WasmExample/Pages/Christmas.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
edges.Add(edgesToAdd[i]);
8484

8585
await GraphEditor.UpdateGraph(points, edges);
86-
await Task.Delay(200);
86+
await Task.Delay(2000);
8787
}
8888
}
8989

0 commit comments

Comments
 (0)