You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed: Fix weird lightbox state when hitting enter while lightbox is opened. The triggering element is then still focused, broadcasting additional click events (#29).
Added: The triggering element is now passed as third argument to lity:open
and lity:ready event handlers. Note, that the argument might be undefined if
the lightbox has been opened programmatically.