Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Continue loop of locked features after mouse move
A small UX improvement: after right click in a location with feature A and B, we would do a loop A - B - nothing - A - B - nothing ... But if after first click to get A locked user would move the mouse a bit, the loop would get broken and would end up with A - nothing - B - nothing - A - B - nothing The fix is to identify where we are in the cycle and set the index correctly after mouse move. (cherry picked from commit 7831f3e)
- Loading branch information