webscopeio / react-textarea-autocomplete

📝 React component implements configurable GitHub's like textarea autocomplete.
MIT License
451 stars 80 forks source link

Keyboard events does not worked when another instance has been unmounted #73

Closed oklas closed 6 years ago

oklas commented 6 years ago

Keyboard events does not worked when another instance has been unmounted

The reason is that the Listener object stops listening for events without counting the amount of listerens that requested to start listening.

jukben commented 6 years ago

Should be fixed and deployed in 2.2.3! 🎉