Skip to content

Commit 9fd5af0

Browse files
committed
client: Add tag on blur in source editor
1 parent 3691087 commit 9fd5af0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

assets/js/templates/Source.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ function SourceEditForm({
552552
onDelete={tagsOnDelete}
553553
onAddition={tagsOnAddition}
554554
allowNew={true}
555+
addOnBlur={true}
555556
minQueryLength={1}
556557
placeholderText={_('source_tags_placeholder')}
557558
removeButtonText={_('source_tag_remove_button_label')}

0 commit comments

Comments
 (0)