Skip to content

Commit

Permalink
fix props in canvasItem
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Aug 5, 2024
1 parent 50a2d1b commit 92f1cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CanvasItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ onMounted(() => {
@mousedown.prevent="canvasMouseDown"
ref="canvasModel"
id="mainCanvas"
:width="canvasWidth"
:height="canvasHeight"
:width="props.canvasWidth"
:height="props.canvasHeight"
>
Nie pójdzie bez JS. Co jest zadziwiające jak w ogóle byłeś w stanie zobaczyć tę wiadomość?
</canvas>
Expand Down

0 comments on commit 92f1cd4

Please sign in to comment.