You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Merge pull request #6415 from matrix-org/t3chguy-patch-1
Revert accidental renaming of dispatcherRef
This commit is contained in:
@@ -83,7 +83,7 @@ export default class PersistedElement extends React.Component {
|
||||
// for this, so we bodge it by listening for document resize and
|
||||
// the timeline_resize action.
|
||||
window.addEventListener('resize', this._repositionChild);
|
||||
this.dispatcherRef = dis.register(this._onAction);
|
||||
this._dispatcherRef = dis.register(this._onAction);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user