Fix drag-n-drop broken in bc35e865

pull/152/head
Aleksander Machniak 11 years ago
parent c511f5d7c8
commit 2aacf1a31d

@ -412,7 +412,7 @@ drag_row: function(e, id)
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);
}

Loading…
Cancel
Save