diff options
Diffstat (limited to 'src/state/models/media/gallery.ts')
-rw-r--r-- | src/state/models/media/gallery.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/models/media/gallery.ts b/src/state/models/media/gallery.ts index 52ef8f375..e53e861e2 100644 --- a/src/state/models/media/gallery.ts +++ b/src/state/models/media/gallery.ts @@ -87,7 +87,7 @@ export class GalleryModel { } async pick() { - const images = await openPicker(this.rootStore, { + const images = await openPicker({ selectionLimit: 4 - this.size, allowsMultipleSelection: true, }) |