mirror of https://github.com/zulip/zulip.git
fe3270d2b9
This commit fixes bug: When user clicks on remove-user-pill-btn, it closes the parent modal instead of removing user pill from input. This happens because button has class `exit` and there is click event listener on all `exit` class buttons, which closes modal. Fix this by adding `e.stopPropogation` to remove-user-pill listener. |
||
---|---|---|
.. | ||
casper_lib | ||
casper_tests | ||
node_tests | ||
zjsunit | ||
.eslintrc.json | ||
run-casper |