thedevdojo / pines

The Pines UI library
https://devdojo.com/pines
2.61k stars 101 forks source link

Copy to Clipboard component error #23

Closed sergeitoroptsev closed 9 months ago

sergeitoroptsev commented 1 year ago

image

sergeitoroptsev commented 9 months ago

Ok, got it:

The use of navigator.clipboard requires a secure origin. So if your dev environment is being served over HTTP, then the clipboard method won't be available.

According to MDN Clipboard docs.