theKashey / react-focus-lock

It is a trap! A lock for a Focus. 🔓
MIT License
1.27k stars 67 forks source link

fix: auto-focus in case of activeElement disappearance, fixes #321 #324

Closed theKashey closed 2 weeks ago

theKashey commented 2 weeks ago

This change adds logic to "blur" event that triggers when focus moves to body. In this case focus-lock will try to understand why it happened and apply focus-restoration logic if applicable.