xi / a11y-outline

web extension to navigate document outlines easily
https://addons.mozilla.org/firefox/addon/a11y-outline/
BSD 3-Clause "New" or "Revised" License
36 stars 3 forks source link

Multiple instances stacking #3

Closed mathieupigeon closed 6 years ago

mathieupigeon commented 6 years ago

Calling the shortcut more than once will show the UI again on top of the existing view.

xi commented 6 years ago

Thanks for the feedback! I agree this is an issue. What would you inspect instead? Should the second call be ignored?

mathieupigeon commented 6 years ago

Yes, adding a check for an existing instance and then ignoring the request would solve this.