Skip to content

Commit

Permalink
Add help for canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Nov 17, 2024
1 parent b90d500 commit 129762a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/CanvasItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ onMounted(() => {
:width="props.canvasWidth"
:height="props.canvasHeight"
>
<v-tooltip activator="parent" :transition="{}">
<v-list lines="two">
<v-list-item title="Przesuwanie" subtitle="Trzymaj lewy przyckisk myszy" />
<v-list-item title="Skalowanie" subtitle="Kręć kółkiem" />
<v-list-item title="Obrót o 90 stopni w prawo" subtitle="Kliknij kółkiem" />
</v-list>
</v-tooltip>
Nie pójdzie bez JS. Co jest zadziwiające jak w ogóle byłeś w stanie zobaczyć tę wiadomość?
</canvas>
</div>
Expand Down

0 comments on commit 129762a

Please sign in to comment.