Fix an issue where the scroll stopped working.

Under certain conditions, it was possible to get stuck in a state where any
user-initiated scroll would be met with "Working around
vector-im/vector-web#528" and overridden. Fix this by removing the duplication
between _lastSetScroll and recentEventScroll, and using _lastSetScroll which is
more reliable.
This commit is contained in:
Richard van der Hoff 2016-04-02 18:09:44 +01:00
parent 2d3a237101
commit 51fe77122b
4 changed files with 301 additions and 34 deletions

View file

@ -26,6 +26,9 @@ module.exports = function (config) {
// list of files / patterns to load in the browser
files: [
'test/tests.js',
// XXX this will break on npm 3
'node_modules/react-gemini-scrollbar/node_modules/gemini-scrollbar/gemini-scrollbar.css',
],
// list of files to exclude