Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Don't re-sort the room list if the user is hovering over it #2393

Closed
wants to merge 1 commit into from

Conversation

turt2live
Copy link
Member

@turt2live turt2live requested a review from a team January 2, 2019 20:39
@jryans jryans self-assigned this Jan 2, 2019
Copy link
Collaborator

@jryans jryans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this! I would love to see this fixed as well. 😄

},

onMouseLeave: function(ev) {
this.setState({hover: false});
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we trigger a list refresh at this point to account for any room list changes that may have occurred while hovering but were ignored and so have not yet been displayed? Perhaps add this._delayedRefreshRoomList(); after this line.

@jryans jryans assigned turt2live and unassigned jryans Jan 2, 2019
@turt2live turt2live changed the base branch from develop to experimental January 3, 2019 19:09
@turt2live turt2live changed the base branch from experimental to develop January 3, 2019 19:11
@turt2live
Copy link
Member Author

Changing the base of this one to experimental is non-trivial. I'll manually rewrite it against experimental.

@turt2live turt2live closed this Jan 3, 2019
@turt2live turt2live deleted the travis/room-list-hover branch January 3, 2019 19:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants