We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3c4d3 commit 4e2480bCopy full SHA for 4e2480b
web_src/js/features/repo-home.ts
@@ -138,7 +138,7 @@ export function initRepoTopicBar() {
138
onLabelCreate(value) {
139
value = value.toLowerCase().trim();
140
this.attr('data-value', value).contents().first().replaceWith(value);
141
- return $(this);
+ return fomanticQuery(this);
142
},
143
onAdd(addedValue, _addedText, $addedChoice) {
144
addedValue = addedValue.toLowerCase().trim();
0 commit comments