mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
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.
13 KiB
13 KiB