mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 06:25:11 -05:00
fix eslint
This commit is contained in:
@@ -56,9 +56,7 @@ export default ComboBox.extend(Tags, {
|
||||
|
||||
this.$(".selected-name").on(
|
||||
"touchend.select-kit pointerup.select-kit",
|
||||
event => {
|
||||
this.focusFilterOrHeader();
|
||||
}
|
||||
() => this.focusFilterOrHeader()
|
||||
);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user