mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-28 02:23:05 -05:00
[Glitch] Fix “open” link of media modal not closing modal
Port af08229ff43cf61b6b3eb386ca9d6205d05dc295 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
b5e10d07ff
commit
08139d3cd7
@ -116,7 +116,11 @@ class Footer extends ImmutablePureComponent {
|
||||
return;
|
||||
}
|
||||
|
||||
const { status } = this.props;
|
||||
const { status, onClose } = this.props;
|
||||
|
||||
if (onClose) {
|
||||
onClose();
|
||||
}
|
||||
|
||||
router.history.push(`/statuses/${status.get('id')}`);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user