Clear feedback message after sending
that way user can open dialog again, and things not be weird
This commit is contained in:
parent
b8274d92db
commit
069ccab0ae
|
@ -5,6 +5,7 @@ let FeedbackForm = {
|
|||
methods: {
|
||||
|
||||
showFeedback() {
|
||||
this.message = ''
|
||||
this.showDialog = true
|
||||
this.$nextTick(function() {
|
||||
this.$refs.textarea.focus()
|
||||
|
|
Loading…
Reference in a new issue