Skip to content

Commit

Permalink
rename canvas context
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Jun 15, 2020
1 parent cb35d27 commit 0b01985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layouts/Canvas.svelte
Expand Up @@ -28,7 +28,7 @@
});
$: context.ctx.set(ctx);
setContext('ctx', context);
setContext('canvas', context);
</script>

<canvas
Expand Down

0 comments on commit 0b01985

Please sign in to comment.