podio / jquery-mentions-input

MIT License
985 stars 333 forks source link

fix bug: if parent element have child div #62

Closed nixoz2k7 closed 10 years ago

nixoz2k7 commented 11 years ago

All children divs were wrapped by elmInputWrapper.find('> div');

This commit fixing this issue.

auchenberg commented 10 years ago

:+1: