mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Rename initial state variables
This commit is contained in:
parent
1ff2be1896
commit
c02dbd1cdc
1 changed files with 3 additions and 3 deletions
|
@ -95,11 +95,11 @@ module.exports = React.createClass({
|
|||
peekLoading: false,
|
||||
|
||||
// The event to be scrolled to initially
|
||||
eventId: null,
|
||||
initialEventId: null,
|
||||
// The offset in pixels from the event with which to scroll vertically
|
||||
eventPixelOffset: null,
|
||||
initialEventPixelOffset: null,
|
||||
// Whether to highlight the event scrolled to
|
||||
isEventHighlighted: null,
|
||||
isInitialEventHighlighted: null,
|
||||
|
||||
forwardingEvent: null,
|
||||
editingRoomSettings: false,
|
||||
|
|
Loading…
Reference in a new issue