Files
bsky-social-app/src/state
dan e1bf717e9d Fix stuck lightbox (#6816)
* Fix lightbox getting stuck by fixing rAF order

If you spam opening lightbox too fast, the effect that calls rAF will clean up and set up again midflight. Unfortunately, due to rAF order being unreliable, it may fire in reverse order, causing "open, open, close" instead of "open, close, open", so it would get stuck closed. This fixes the rAF order.

* Don't allow opening another lightbox while it's open
2024-12-04 21:39:12 +00:00
..
2024-09-28 00:50:32 +03:00
2024-11-15 11:43:21 -06:00
2024-08-05 12:21:34 -07:00
2024-09-25 01:14:15 +09:00
2024-09-20 14:16:23 -05:00
2024-12-04 21:39:12 +00:00
2024-06-11 05:10:57 +02:00