Pārlūkot izejas kodu

@uppy/image-editor: remove default target (#4966)

Merlijn Vos 1 gadu atpakaļ
vecāks
revīzija
d602d93829
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      packages/@uppy/image-editor/src/ImageEditor.tsx

+ 0 - 1
packages/@uppy/image-editor/src/ImageEditor.tsx

@@ -83,7 +83,6 @@ const defaultActions = {
 } satisfies Partial<Opts['actions']>
 
 const defaultOptions = {
-  target: 'body',
   // `quality: 1` increases the image size by orders of magnitude - 0.8 seems to be the sweet spot.
   // see https://github.com/fengyuanchen/cropperjs/issues/538#issuecomment-1776279427
   quality: 0.8,