Files
zulip/static/js
Ryan Rehman d3f2bbc4bb input pills: Delete char instead of pill for backspace.
As mentioned in the comment for `KEY.BACKSPACE` event
in `input_pills.js`, we do normal character deletion
if there is input present. However this wasn't the case
if spaces were present. Also the input wasn't cleared
after the last pill was removed.

Thus `trim()` is removed from the input length check and
the new pill is still created from the trimmed value.
2020-05-26 22:04:36 -07:00
..
2020-03-02 17:45:44 -08:00
2020-05-26 21:26:11 -07:00
2020-05-20 09:44:50 -07:00
2020-03-26 21:35:32 -07:00
2020-02-10 15:57:20 -08:00
2020-02-15 12:20:20 -08:00
2020-05-19 14:03:35 -07:00
2020-02-25 15:37:37 -08:00