atom-lupa
atom-lupa copied to clipboard
problem with keyboard navigation during global search
There is no highlight on sidepanel when pressing tab
. But it seems to navigate because after tab
preview is changing.
possible causes and solutions:
- check
activeEntity
variable. How is it assigned? - ids are not unique. Every file has own ids for entities. Fix that in
lupaMiddleware.js
- maybe some React or CSS related things...