luke-chang / js-spatial-navigation

A javascript-based implementation of Spatial Navigation.
Mozilla Public License 2.0
370 stars 117 forks source link

Element losing Focus when clicked out of the page #60

Open abusaadp opened 1 year ago

abusaadp commented 1 year ago

Hi, The focused element is losing focus when we click anywhere outside the html file. Is it possible to keep the focus even when the html page is not in focus or at least so the element highlighted? If I click on the address bar the element loses focus and I am not sure which element has focus until I press the arrow keys.