Aleksander Machniak
2014-06-10 4a051cd99f6768e634ba21a0a49f1212b9b19832
Fix unintentional unselection with Ctrl+Up/Down in toggleselect mode
1 files modified
2 ■■■ changed files
program/js/list.js 2 ●●● patch | view | raw | blame | history
program/js/list.js
@@ -945,7 +945,7 @@
  }
  // unselect if toggleselect is active and the same row was clicked again
  if (this.toggleselect && in_selection_before) {
  if (this.toggleselect && in_selection_before && !mod_key) {
    this.clear_selection();
  }
  // trigger event if selection changed