Browse Source

Hide the description for an action button after clicking it

master
Fen Dweller 5 years ago
parent
commit
0483a9de22
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/components/ActionButton.vue

+ 1
- 0
src/components/ActionButton.vue View File

@@ -34,6 +34,7 @@ export default class ActionButton extends Vue {
} else {
this.$emit('executed', this.user.executeAction(this.action, this.target))
}
this.undescribe()
}

@Emit("describe")


Loading…
Cancel
Save