mirror of https://github.com/zulip/zulip.git
76e50af78e
When you press enter on a typeahead and start typing, your cursor is placed at the end of the textbox, whereas we want it to be placed at the end of the typeahead immediately. This causes some characters to appear at the end of the message before you again get to typing from where you left off. To fix, we use the change event triggered on typeahead completion to reposition the cursor instead of using a setTimeout(). Fixes #12621. |
||
---|---|---|
.. | ||
casper_lib | ||
casper_tests | ||
node_tests | ||
zjsunit | ||
.eslintrc.json | ||
run-casper |