mirror of https://gitlab.com/tildes/tildes.git
Browse Source
If user types "tag1 tag2" then adds a comma between, it should respect the comma to give "tag1" and "tag2". We use keydown and setTimeout because keyup works on a keyboard but not reliably on mobile. Nonzero timeout is needed or else the comma is sometimes inserted too late and not seen by addChip(), tested on desktop Firefox.merge-requests/115/merge
Andrew Shu
4 years ago
committed by
Deimos
1 changed files with 43 additions and 29 deletions
Loading…
Reference in new issue