mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
This was introduced in a71867c2435790, intended to fix #1287. Very subtle bug. The problem was that we were attaching a click handler to two selectors, a link, and a div that the link is inside of. Since the link was a descendant of the other selector, clicking the link created TWO click events, and the second click on a stream box while already narrowed to that stream jumped you to the end. We should be careful of this in the future — never attach an event handler to two selectors, one of which is contained in the other. (imported from commit f428f593280e80c90b2665d1dfbff1df8a39bd35) |
||
|---|---|---|
| api | ||
| assets | ||
| bots | ||
| certs | ||
| confirmation | ||
| humbug | ||
| node_modules | ||
| servers | ||
| static | ||
| templates | ||
| tools | ||
| zephyr | ||
| .gitignore | ||
| manage.py | ||