Skip to content

Commit

Permalink
docs: add click for preset previews (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
heygsc authored Jul 11, 2024
1 parent 4c0fd3b commit 2da37f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/content/PresetSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async function replay() {
<button class="absolute right-4 top-4" @click="replay">
<Icon ref="replayButton" name="heroicons-outline:refresh" class="h-6 w-6" />
</button>
<div ref="demoElement" class="demoElement">
<div ref="demoElement" class="demoElement" @click="replay">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000">
<path
class="a"
Expand Down

0 comments on commit 2da37f2

Please sign in to comment.