From 2d55ed265807eafa43a7d23cd34957ba848f90af Mon Sep 17 00:00:00 2001 From: David Kelly Date: Tue, 10 Jan 2017 15:51:24 -0700 Subject: [PATCH] Fix hover - probably my merge didn't get this line --- scripts/system/pal.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/system/pal.js b/scripts/system/pal.js index 05d8194c08..9104e96350 100644 --- a/scripts/system/pal.js +++ b/scripts/system/pal.js @@ -78,6 +78,7 @@ function textures(selected, hovering) { // so we don't have to traverse the overlays to get the last one var lastHoveringId = 0; ExtendedOverlay.prototype.hover = function (hovering) { + this.hovering = hovering; if (this.key === lastHoveringId) { if (hovering) { return;