Refactor/improve inspect plugin and Execute panel in preparation for runtime dependencies features #329

Merged
blacklight merged 27 commits from 271/runtime-integrations into master 2023-10-12 02:51:46 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit ff07623803 - Show all commits

View File

@ -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
},