Napster2210 / ngx-spinner

A library for loading spinner for Angular 4 - 17.
https://napster2210.github.io/ngx-spinner/
MIT License
820 stars 138 forks source link

feat: Keyboard input works outside of spinner mask #183

Closed iron2414 closed 3 years ago

iron2414 commented 3 years ago

It is a pull request for 182

Added elementref for the component, and when a key is pressed it checks, if the currently focused element is inside the spinner's parent, if it's not full screen. If its fullscreen or inside, then keyboard event is prevented like before. If not, then keyboard event goes through.