mirror of https://github.com/zulip/zulip.git
d88ce61801
We now use the undo supporting `insert` function from the `text-field-edit` module to update the text after autocompletion, instead of just resetting the value of the textarea / input, which was not undo-able. So that the undo history seems sensible, we replace only the minimal diff between the text before and after autocompletion. This ensures that only this diff, and not the entire text, is highlighted when undoing, as would be ideal. Fixes: #14311. |
||
---|---|---|
.. | ||
bootstrap | ||
bootstrap-tooltip | ||
bootstrap-typeahead | ||
jquery-idle | ||
marked |