Fix lightbox layout and focus

This commit is contained in:
Adrien Maston
2026-01-23 17:41:33 +01:00
parent 764eb8987a
commit 39575a0cb6
3 changed files with 20 additions and 6 deletions
@@ -30,7 +30,7 @@ export default class extends Controller {
reset() {
this.zoomedImageTarget.src = ""
this.captionTarget.innerText = ""
this.captionTarget.innerHtml = " "
this.dispatch('closed')
}