Revert r45738, it broke mouse selection.

Now users have to actually select the address before clicking send
This commit is contained in:
Nathan Gray 2014-02-25 22:50:30 +00:00
parent 2a43a12492
commit 56ac3577f0

View File

@ -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