You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Rename initial state variables
This commit is contained in:
@ -95,11 +95,11 @@ module.exports = React.createClass({
|
|||||||
peekLoading: false,
|
peekLoading: false,
|
||||||
|
|
||||||
// The event to be scrolled to initially
|
// The event to be scrolled to initially
|
||||||
eventId: null,
|
initialEventId: null,
|
||||||
// The offset in pixels from the event with which to scroll vertically
|
// The offset in pixels from the event with which to scroll vertically
|
||||||
eventPixelOffset: null,
|
initialEventPixelOffset: null,
|
||||||
// Whether to highlight the event scrolled to
|
// Whether to highlight the event scrolled to
|
||||||
isEventHighlighted: null,
|
isInitialEventHighlighted: null,
|
||||||
|
|
||||||
forwardingEvent: null,
|
forwardingEvent: null,
|
||||||
editingRoomSettings: false,
|
editingRoomSettings: false,
|
||||||
|
Reference in New Issue
Block a user