Skip to content

Commit

Permalink
fix(files): set focus on image description right after inserting
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <[email protected]>
  • Loading branch information
JuliaKirschenheuter authored and backportbot[bot] committed Nov 7, 2024
1 parent ba76a2b commit 87405ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/nodes/ImageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ export default {
},
onLoaded() {
this.loaded = true
this.$nextTick(() => {
this.$refs.altInput?.focus()
})
},
async updateEmbeddedImageList() {
this.embeddedImageList = []
Expand Down

0 comments on commit 87405ff

Please sign in to comment.