mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Revert r45738, it broke mouse selection.
Now users have to actually select the address before clicking send
This commit is contained in:
parent
2a43a12492
commit
56ac3577f0
@ -886,7 +886,7 @@
|
||||
}, cfg.inputCfg)).width(w - (cfg.hideTrigger ? 16 : 42));
|
||||
|
||||
ms.input.focus($.proxy(handlers._onInputFocus, this));
|
||||
ms.input.blur($.proxy(handlers._onBlur, this));
|
||||
|
||||
ms.input.click($.proxy(handlers._onInputClick, this));
|
||||
|
||||
// holds the trigger on the right side
|
||||
|
Loading…
Reference in New Issue
Block a user