mousetrap
mousetrap copied to clipboard
Add a function that allows us to remove the event listeners
Right now, there is no way to remove event listeners which can lead to memory leaks. This will create a function that will remove the event listeners.