Merge pull request #1913 from Citadel-Station-13/upstream-merge-29056

[MIRROR] Doubles goonchat scroll snap tolerance
This commit is contained in:
LetterJay
2017-07-06 22:46:31 -05:00
committed by GitHub
@@ -27,7 +27,7 @@ var opts = {
//General
'messageCount': 0, //A count...of messages...
'messageLimit': 2053, //A limit...for the messages...
'scrollSnapTolerance': 5, //If within x pixels of bottom
'scrollSnapTolerance': 10, //If within x pixels of bottom
'clickTolerance': 10, //Keep focus if outside x pixels of mousedown position on mouseup
'popups': 0, //Amount of popups opened ever
'wasd': false, //Is the user in wasd mode?