Skip to content

Commit f843961

Browse files
committed
client: Add tag on blur in source editor
1 parent a9c528c commit f843961

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
@@ -489,6 +489,7 @@ function SourceEditForm({
489489
onDelete={tagsOnDelete}
490490
onAddition={tagsOnAddition}
491491
allowNew={true}
492+
addOnBlur={true}
492493
minQueryLength={1}
493494
placeholderText={_('source_tags_placeholder')}
494495
removeButtonText={_('source_tag_remove_button_label')}

0 commit comments

Comments
 (0)