Skip to content

Commit

Permalink
Animate list when sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakeyzer committed Aug 24, 2024
1 parent 6728677 commit 76c0920
Show file tree
Hide file tree
Showing 3 changed files with 532 additions and 399 deletions.
2 changes: 1 addition & 1 deletion src/components/hk-components/hk-roll.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@mousemove="checkAdvantage($event)"
@mouseout="clearAdvantage()"
v-touch-hold.mouse="!disabled ? showDialog : null"
@click.stop="disabled ? null : roll ? rollDice($event) : emit($event)"
@click.stop.prevent="disabled ? null : roll ? rollDice($event) : emit($event)"
>
<slot name="default" />
<q-tooltip :anchor="position.anchor" :self="position.self" v-if="tooltip">
Expand Down
Loading

0 comments on commit 76c0920

Please sign in to comment.