This website works better with JavaScript.
Home
Explore
Help
Sign In
great_wolves
/
feast
forked from
chemicalcrux/feast
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Hide the description for an action button after clicking it
master
Fen Dweller
5 years ago
parent
7a959036bb
commit
0483a9de22
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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")
Write
Preview
Loading…
Cancel
Save