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
When I press the button "Copy document URL to clipboard" in documents or "Copy issue URL to clipboard" in issues copied nothing.
Your environment
v0.6.377 (deployed self-hosted)
Google Chrome 131.0.6778.139
Windows 11 26100.2605
Steps to reproduce
Create a document or issue, go into it, and click the button to copy the link to the clipboard.
Expected behaviour
Link should copy.
Actual behaviour
Nothing happens on the screen, an error appears in the console (Cannot read properties of undefined (reading 'writeText')).
When debugging in the browser I see that navigator don't have clipboard, what causes this error.
The text was updated successfully, but these errors were encountered:
Description of the issue
When I press the button "Copy document URL to clipboard" in documents or "Copy issue URL to clipboard" in issues copied nothing.
Your environment
Steps to reproduce
Create a document or issue, go into it, and click the button to copy the link to the clipboard.
Expected behaviour
Link should copy.
Actual behaviour
Nothing happens on the screen, an error appears in the console (Cannot read properties of undefined (reading 'writeText')).
When debugging in the browser I see that navigator don't have clipboard, what causes this error.
The text was updated successfully, but these errors were encountered: