Merge pull request #5521 from SimonBrandner/improve-image-view
Improve image view
This commit is contained in:
commit
ac00c80efb
30 changed files with 591 additions and 382 deletions
|
@ -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 = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue