From 7bbda09051f06b2bed7d439143960a0a88199d10 Mon Sep 17 00:00:00 2001 From: Florrie Date: Sun, 25 Aug 2019 17:34:13 -0300 Subject: Make shift-up/down still move on non-item inputs --- ui.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui.js') diff --git a/ui.js b/ui.js index 61e8db0..f382cb2 100644 --- a/ui.js +++ b/ui.js @@ -1570,6 +1570,7 @@ class GrouplikeListingForm extends ListScrollForm { if (!this.keyboardDragDirection) { const item = getItem() if (!item) { + move() return } this.keyboardDragDirection = direction @@ -1592,6 +1593,7 @@ class GrouplikeListingForm extends ListScrollForm { } else { const item = getItem() if (!item) { + move() return } this.dragLeftRange(item) -- cgit 1.3.0-6-gf8a5