mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
docs
This commit is contained in:
parent
a7debdd946
commit
ebf1efe01b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export default class MImageBody extends React.Component {
|
|||
this._image = createRef();
|
||||
}
|
||||
|
||||
// FIXME: factor this out and aplpy it to MVideoBody and MAudioBody too!
|
||||
// FIXME: factor this out and apply it to MVideoBody and MAudioBody too!
|
||||
onClientSync(syncState, prevState) {
|
||||
if (this.unmounted) return;
|
||||
// Consider the client reconnected if there is no error with syncing.
|
||||
|
|
Loading…
Reference in a new issue