react-terminal
react-terminal copied to clipboard
Firefox copy paste TypeError: navigator.clipboard.readText is not a function
When attempting to paste using Firefox the error TypeError: navigator.clipboard.readText is not a function
appears and the paste does not succeed. Based on https://stackoverflow.com/questions/67440036/navigator-clipboard-readtext-is-not-working-in-firefox it looks like Firefox requires a different API call for pasting (compared to Chrome).