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
Browsers only support the navigator.clipboard API when pages are served over https, or on localhost (useful for testing I guess). Outside here, copy to clipboard did not work.
I guess we will have to fall back to the deprecated document.execCommand approach instead.
Plugin version
1.0.3
OctoPrint version
1.8.6
OctoPrint logs
Clipboard not supported
> navigator.clipboard
undefined
The text was updated successfully, but these errors were encountered:
Description of the bug
Browsers only support the
navigator.clipboard
API when pages are served over https, or on localhost (useful for testing I guess). Outside here, copy to clipboard did not work.I guess we will have to fall back to the deprecated
document.execCommand
approach instead.Plugin version
1.0.3
OctoPrint version
1.8.6
OctoPrint logs
The text was updated successfully, but these errors were encountered: