Skip to content

Fix left-menu expanding while scrolling chats

Fix left-menu expanding while scrolling chats

Fix https://gitlab.com/gitlab-org/gitter/webapp/issues/2440

Showing how the diagonal scrolling movement does not open left-menu. Once you do a certain amount of vertical movement, we just consider it scrolling and you can't open the left-menu anymore with that swipe Shows that you can still open the left-menu. If you start opening the left-menu then scroll vertically and you reached the intent threshold, the left-menu will expand fully, otherwise collapse back

Testing strategy

  1. Play with the left-menu swiping
  2. Scroll the chat vertically and notice the left-menu does not expand as much
Edited by Eric Eastwood

Merge request reports