mbrodesser
mbrodesser
When copying certain images from Firefox, preview in Shapeshifter is broken. Steps to reproduce the behavior & expected behavior: Please see https://bugzilla.mozilla.org/show_bug.cgi?id=1742644#c1. Desktop: - OS: Windows. - Browser: Firefox. -...
Fixes #10 .
When exporting images to the clipboard (via right-click and "Copy Image"), Chrome and Firefox currently order the flavors differently on macOS's pasteboard. Chrome adds: ``` public.tiff NeXT TIFF v4.0 pasteboard...
Currently, `clipboard.readText()` returns a `Promise`. However, when `clipboard.read()` would return multiple `ClipboardItem`s, multiple of those items may contain a `text/plain` representation. I see the following answers to above question: 1....