Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TermInput.js : Fix unwanted space in input field
After adding a term by pressing the spacebar, an unwanted space was inserted into the input field. This happens because the if condition was always false, since we cannot read the length from the object with the .length property.
- Loading branch information