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 <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter authored and backportbot[bot] committed Nov 7, 2024
1 parent b5c8c81 commit 3c01f56
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 @@ -279,6 +279,9 @@ export default {
},
onLoaded() {
this.loaded = true
this.$nextTick(() => {
this.$refs.altInput?.focus()
})
},
async updateEmbeddedImageList() {
this.embeddedImageList = []
Expand Down

0 comments on commit 3c01f56

Please sign in to comment.