forked from platypush/platypush
Auto-focus the first parameter after selecting an action.
This commit is contained in:
parent
07f0535504
commit
ff07623803
1 changed files with 1 additions and 0 deletions
|
@ -306,6 +306,7 @@ export default {
|
|||
this.actionDocsCache[this.action.name] = {}
|
||||
this.actionDocsCache[this.action.name].html = this.selectedDoc
|
||||
|
||||
this.$el.querySelector('.action-param-value')?.focus()
|
||||
this.response = undefined
|
||||
this.error = undefined
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue