Aleksander Machniak
2013-10-30 2aacf1a31d63e0f88e1a06fda9a99519a9f29e1a
Fix drag-n-drop broken in bc35e865
1 files modified
2 ■■■ changed files
program/js/list.js 2 ●●● patch | view | raw | blame | history
program/js/list.js
@@ -412,7 +412,7 @@
    return true;
  // selects currently unselected row
  if (e && e.istouch || this.in_selection(id)) {
  if (!(e && e.istouch || this.in_selection(id))) {
    var mod_key = rcube_event.get_modifier(e);
    this.select_row(id, mod_key, false);
  }