Skip to content

Remove room member highlight on click

Joshua Goins requested to merge work/redstrate/fix-listview-highlight into master

Previous it was possible to keep clicking and highlighting each member which doesn't make any sense. We could make this exclusive by having it highlight only when index == currentIndex, but honestly it doesn't need to be highlighted at all. Clicking on a room member opens their user card, there's no persistent state the user needs to keep track of here.

Edited by Joshua Goins

Merge request reports