Commit Graph

7 Commits

Author SHA1 Message Date
Matt Bierner
51a3b2e439 Add dev tools logging of image load errors
For #274199
2025-12-09 11:11:16 -08:00
Matt Bierner
0685b0a619 Revert "Use separate div for image preview transparency grid" (#229082)
This reverts commit 945d4cdda8.

Fixes #229019
2024-09-19 19:51:50 -07:00
Anees
945d4cdda8 Use separate div for image preview transparency grid 2024-08-24 02:41:24 +01:00
Anthony Stewart
92d528bbd3 Support copying non-pngs and wait for focus to avoid race conditions (#180322)
* Support copying non-pngs and wait for focus to avoid race conditions

* Remove the temporary canvas element after copying

* Update to place entire canvas creation inside promise.

* Increasing to 5 retries 20ms apart
2023-04-20 18:51:41 +00:00
Matt Bierner
4f5c7b295c Allow copying images from image preview (#180269)
Allow copying image from image preview

Fixes #171616

Lets you cmd+c / right click to copy images from the image preview

Also disables the copy/paste options in the other media previews since they don't currently support copying
2023-04-18 19:19:09 -07:00
Raymond Zhao
62d2aad6a6 Add preventDefault calls, ref #138175 (#168310) 2022-12-07 10:41:21 -08:00
Matt Bierner
c2a2ad4f63 Rename image-preview extension to media-preview (#162093)
Fixes #162092

Also removes `aac` from the list of supported audio formats
2022-09-27 21:01:14 -07:00