Skip to content

Commit

Permalink
fix(playground): move "animating" text below codeblock (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
McPizza0 authored Mar 6, 2024
1 parent b8363b7 commit 129fae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playground/src/Playground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ watch(
<button v-if="!autoCommit" class="border border-gray:20 rounded px3 py1" @click="commit">
Commit Changes
</button>
<div v-if="isAnimating" class="animate-pulse text-green">
Animating...
</div>
</div>
<textarea
v-model="input"
Expand Down Expand Up @@ -282,9 +285,6 @@ watch(
Vue
</option>
</select>
<div v-if="isAnimating" class="animate-pulse text-green">
Animating...
</div>
</div>
<div ref="rendererContainer" />
</div>
Expand Down

0 comments on commit 129fae8

Please sign in to comment.