react-terminal icon indicating copy to clipboard operation
react-terminal copied to clipboard

Firefox copy paste TypeError: navigator.clipboard.readText is not a function

Open asnewman opened this issue 2 years ago • 0 comments

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).

asnewman avatar Oct 14 '22 01:10 asnewman