Skip to content

Commit 98df07b

Browse files
committed
Missed a spot with the actions bugs from last commit
1 parent eea443d commit 98df07b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/GameBoard.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ export default {
105105
106106
cancelAction() {
107107
this.doingAction = false;
108+
this.currentAction = null;
108109
this.targets = [];
109110
for (var i = 0; i < this.selected.length; i++) {
110111
this.selected[i].selected = false;

0 commit comments

Comments
 (0)