Bug copy IDs into the clipboard
It looks like there is an issue in the UI copying IDs to the clipboard. I see this error in the browser console if I click in any of the links:
```
Failed to copy text: TypeError: can't access property "writeText", navigator.clipboard is undefined
onClick CopyText.tsx:22
React 11
[CopyText.tsx:27:15](http://dev-indexify-server-001.tail5981c8.ts.net:8900/ui/static/js/components/CopyText.tsx)
onClick CopyText.tsx:27
React 11
```
0 条评论