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
Although it appears to be having no negative affect so far, it's probably best to add the new "clipboardRead" and "clipboardWrite"permissions added in Chrome 13 in order to access the necessary document.execCommand commands (copy, cut and paste).
Although it appears to be having no negative affect so far, it's probably best to add the new "clipboardRead" and "clipboardWrite" permissions added in Chrome 13 in order to access the necessary
document.execCommandcommands (copy, cut and paste).