Skip to content

Commit d7cd1e8

Browse files
committed
client: Add tag on blur in source editor
1 parent d22abe8 commit d7cd1e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/js/templates/Source.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ function SourceEditForm({
588588
onAdd={tagsOnAdd}
589589
allowNew={true}
590590
// minQueryLength={1}
591+
// addOnBlur={true}
591592
placeholderText={_('source_tags_placeholder')}
592593
newOptionText={_('source_tags_create_new').replace('{0}', '%value%')}
593594
deleteButtonText={_('source_tag_remove_button_label')}

0 commit comments

Comments
 (0)