microsoft / node-native-keymap

Provide OS keyboard layout functionality as a nodejs module
MIT License
136 stars 37 forks source link

fix: add clean up hook to remove listener on env destroy #18

Closed MarshallOfSound closed 4 years ago

MarshallOfSound commented 4 years ago

Clean up the TfInputListener when the node context get's torn down.

alexdima commented 4 years ago

Thank you!

alexdima commented 4 years ago

published native-keymap@2.1.2 with the fix.