Fix not being able to teleport to user when users window moved right

This commit is contained in:
David Rowe 2016-05-21 15:50:06 +12:00
parent 5906f88226
commit a294170c74

View file

@ -716,7 +716,7 @@ var usersWindow = (function () {
if (clickedOverlay === windowPane) {
overlayX = event.x - WINDOW_MARGIN;
overlayX = event.x - windowPosition.x - WINDOW_MARGIN;
overlayY = event.y - windowPosition.y + windowHeight - WINDOW_MARGIN - windowLineHeight;
numLinesBefore = Math.round(overlayY / windowLineHeight);