Fix user avatar and banner selector on web (#490)
This commit is contained in:
parent
c8157d6d38
commit
1ab8f31517
3 changed files with 11 additions and 9 deletions
|
@ -79,7 +79,10 @@ export function UserAvatar({
|
|||
if (!(await requestPhotoAccessIfNeeded())) {
|
||||
return
|
||||
}
|
||||
const items = await openPicker(store)
|
||||
const items = await openPicker(store, {
|
||||
mediaType: 'photo',
|
||||
multiple: false,
|
||||
})
|
||||
|
||||
onSelectNewAvatar?.(
|
||||
await openCropper(store, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue