This commit is contained in:
oc 2018-01-18 21:53:21 +08:00
parent 9c5ee0fce1
commit 498b2a7a24

View File

@ -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);