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
As discussed in #159, the navigator.clipboard can sometimes be undefined, or possibly fail for other reasons.
Will update the handleCopy function to check for the success/failure of the clipboard operation, and pass the result to the enableClipboard function, which will provide a mechanism for users to add their own clipboard handling/error reporting if required.
The text was updated successfully, but these errors were encountered:
As discussed in #159, the
navigator.clipboard
can sometimes beundefined
, or possibly fail for other reasons.Will update the
handleCopy
function to check for the success/failure of the clipboard operation, and pass the result to theenableClipboard
function, which will provide a mechanism for users to add their own clipboard handling/error reporting if required.The text was updated successfully, but these errors were encountered: