mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Close onPermalinkClicked
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
5a9e1a1482
commit
83de84972e
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ export default class ImageView extends React.Component {
|
||||||
highlighted: true,
|
highlighted: true,
|
||||||
room_id: this.props.mxEvent.getRoomId(),
|
room_id: this.props.mxEvent.getRoomId(),
|
||||||
});
|
});
|
||||||
|
this.props.onFinished();
|
||||||
};
|
};
|
||||||
|
|
||||||
onStartMoving = ev => {
|
onStartMoving = ev => {
|
||||||
|
|
Loading…
Reference in a new issue