Skip to content

Commit

Permalink
style change
Browse files Browse the repository at this point in the history
  • Loading branch information
Saffo, David committed Mar 26, 2024
1 parent 2149f01 commit d182a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/vue_components/singleView.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="singleView-container">
<canvas class="singleView-canvas" id="canvas"></canvas>
<canvas class="singleView-canvas" id="singleView-canvas"></canvas>
</div>
</template>

Expand All @@ -21,7 +21,7 @@ const props = defineProps({
let babylonEngine;
onMounted(async () => {
const canvas = document.querySelector('#canvas');
const canvas = document.querySelector('#singleView-canvas');
babylonEngine = new Engine(canvas, true);
Expand Down

0 comments on commit d182a1e

Please sign in to comment.