You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to copy a prop using the new context menu (#17608) prints the following error for Firefox:
Error: Unable to copy. Perhaps it's not available in your browser?
Firefox itself does support document.execCommand('copy') if it's within the context of an event handler, but it looks like this does not include events that originated within an extension.