Merge pull request #5521 from SimonBrandner/improve-image-view

Improve image view
This commit is contained in:
Travis Ralston 2021-04-13 19:01:27 -06:00 committed by GitHub
commit ac00c80efb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 591 additions and 382 deletions

View file

@ -1432,7 +1432,7 @@ const UserInfoHeader: React.FC<{
name: member.name,
};
Modal.createDialog(ImageView, params, "mx_Dialog_lightbox");
Modal.createDialog(ImageView, params, "mx_Dialog_lightbox", null, true);
}, [member]);
const avatarElement = (