sindresorhus / Pasteboard-Viewer

📋 Inspect the system pasteboards on macOS
https://sindresorhus.com/pasteboard-viewer
MIT License
697 stars 34 forks source link

Can't copy browser custom data #21

Closed foxt closed 1 year ago

foxt commented 1 year ago

If I copy data ffrom a browser that has custom data attached to it, such as from Google Docs, the viewer becomes disabled and you cannot text select image

sindresorhus commented 1 year ago

If the app doesn't recognize the type, it uses Quick Look to render the preview and Quick Look does not support text selection. The specific format cannot be decoded as a string normally.