tippyjs
tippyjs copied to clipboard
Update plugins to use the correct key code
In the documentation for plugins you recommend to useKeyboardEvent.keyCode
however this is deprecated, the current advice is to use KeyboardEvent.code
. So I have updated the docs to reflect this very minor change.