diff options
Diffstat (limited to 'program/js/list.js')
-rw-r--r-- | program/js/list.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/js/list.js b/program/js/list.js index 660b74d85..6b8bb39c7 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -687,6 +687,7 @@ select_row: function(id, mod_key, with_mouse) this.shift_start = null; this.last_selected = id; + this.list.focus(); }, |