Skip to content

Commit

Permalink
Sort NPC actions with D&D (Drag & Drop) (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakeyzer committed Aug 26, 2024
2 parents 812cec0 + f5d3851 commit 2ecd40d
Show file tree
Hide file tree
Showing 5 changed files with 547 additions and 366 deletions.
27 changes: 27 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"vue-shortkey": "^3.1.7",
"vue-snotify": "^3.2.1",
"vue2-flip-countdown": "^0.12.1",
"vuedraggable": "^2.24.3",
"vuefire": "^1.4.5",
"vuejs-logger": "^1.10.2",
"vuex": "^3.0.1"
Expand Down
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 2ecd40d

Please sign in to comment.