mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
The issue with the animation is that it removes the composebox div when it's done -- or more relevantly, it "adds" it when the composebox appears, which causes some DOM elements to get reshuffled slightly which causes some jitter. (Similar to what was happening with the email addresses earlier.) So instead of using display:none, we play with visibility:hidden, which causes the thing not to show up, but doesn't cause it to lose its place in the DOM. (imported from commit a18dbdcd1784b2b54436d48d8425d5fdc8dfbba4) |
||
|---|---|---|
| api | ||
| confirmation | ||
| humbug | ||
| servers | ||
| templates | ||
| tools | ||
| zephyr | ||
| .gitignore | ||
| manage.py | ||