Skip to content

Commit

Permalink
- focus the list after drag&drop
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Jun 11, 2008
1 parent 36bee3f commit 2872275
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions program/js/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,8 @@ drag_mouse_up: function(e)
rcube_event.remove_listener({element:document, event:'mousemove', object:this, method:'drag_mouse_move'});
rcube_event.remove_listener({element:document, event:'mouseup', object:this, method:'drag_mouse_up'});

this.focus();

return rcube_event.cancel(e);
},

Expand Down

0 comments on commit 2872275

Please sign in to comment.