Remove focus on mouse clicks

pull/198/head
Thomas Bruederli 10 years ago
parent 6fa1a0da1f
commit 0b2586fca3

@ -630,7 +630,7 @@ function rcube_webmail()
{
var ret, uid, cid, url, flag, aborted = false;
if (obj && obj.blur && !(event || rcube_event.is_keyboard(event)))
if (obj && obj.blur && !(event && rcube_event.is_keyboard(event)))
obj.blur();
// do nothing if interface is locked by other command (with exception for searching reset)

Loading…
Cancel
Save