GeopJr / Tuba

[On break until 2024-07-15] Browse the Fediverse
https://tuba.geopjr.dev/
GNU General Public License v3.0
511 stars 55 forks source link

fix(MediaViewer): scale revealer dismiss widget when using the page buttons #872

Closed GeopJr closed 3 months ago

GeopJr commented 3 months ago

We would only update the reveal widget on swipe prepare, so when moving pages using the buttons and exited the MV, it would exit to another attachment than the current one.

This PR updates it on page change instead. The function is kept as is (carousel position fallback) in case we need to use it in the future.