From 498b2a7a24af783c3ab4e9819b19fc7195b5d24a Mon Sep 17 00:00:00 2001 From: oc Date: Thu, 18 Jan 2018 21:53:21 +0800 Subject: [PATCH] Update --- libs/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/events.js b/libs/events.js index 01992338..7f1d5805 100644 --- a/libs/events.js +++ b/libs/events.js @@ -1392,7 +1392,7 @@ events.prototype.keyDownSL = function(keycode) { } if (keycode==39) { // right if (offset==5) { - core.ui.drawSLPanel(10*(page+1)); + core.ui.drawSLPanel(10*(page+1)+1); } else { core.ui.drawSLPanel(index + 1);