From 5e3e4fe0c6f8e8ab1ff29ec685f127281700c953 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 05 Nov 2013 02:58:40 -0500 Subject: [PATCH] Merge pull request #152 from cmcnulty/control-shift --- program/js/list.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/program/js/list.js b/program/js/list.js index e1d5774..4af01e5 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -795,8 +795,10 @@ break; case CONTROL_KEY: - if (with_mouse) + if (with_mouse) { + this.shift_start = id; this.highlight_row(id, true); + } break; case CONTROL_SHIFT_KEY: -- Gitblit v1.9.1