From 58c9dd72935e9ea4403681997bb1beb291d70bd4 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 10 Apr 2009 11:11:45 +0000 Subject: - Fix DEL key problem in search boxes (#1485528) --- program/js/list.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'program/js/list.js') diff --git a/program/js/list.js b/program/js/list.js index 7bae7a5f6..7d16080c5 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -824,8 +824,6 @@ drag_mouse_up: function(e) } } - this.focus(); - return rcube_event.cancel(e); }, -- cgit v1.2.3