Update/fix the blur handling for the tags editor

This commit is contained in:
Kenn Jacobsen
2019-02-16 12:46:52 +01:00
committed by Sebastiaan Janssen
parent 152b318d78
commit e34a0ec73b

View File

@@ -25,7 +25,7 @@
class="typeahead tags-{{vm.htmlId}}"
ng-model="vm.tagToAdd"
ng-keydown="vm.addTagOnEnter($event)"
on-blur="vm.addTag()"
ng-blur="vm.addTag()"
localize="placeholder"
placeholder="@placeholders_enterTags" />