Procházet zdrojové kódy

Hide the description for an action button after clicking it

master
Fen Dweller před 5 roky
rodič
revize
0483a9de22
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      src/components/ActionButton.vue

+ 1
- 0
src/components/ActionButton.vue Zobrazit soubor

@@ -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")


Načítá se…
Zrušit
Uložit