Update title when switching files in an album

This commit is contained in:
2021-12-28 17:04:00 +01:00
parent fa3c6913e8
commit 5a8b2469f2
5 changed files with 26 additions and 25 deletions

View File

@@ -56,6 +56,7 @@ const mouseup = (e) => {
<img
on:loadstart={() => {dispatch("loading", true)}}
on:load={() => {dispatch("loading", false)}}
on:error={() => {dispatch("loading", false)}}
on:dblclick={() => {zoom = !zoom}}
on:doubletap={() => {zoom = !zoom}}
on:mousedown={mousedown}