mirror of
https://github.com/discourse/discourse.git
synced 2025-04-16 20:29:03 +08:00
fix eslint
This commit is contained in:
parent
2c90a2e5c2
commit
c6fd506a15
@ -56,9 +56,7 @@ export default ComboBox.extend(Tags, {
|
||||
|
||||
this.$(".selected-name").on(
|
||||
"touchend.select-kit pointerup.select-kit",
|
||||
event => {
|
||||
this.focusFilterOrHeader();
|
||||
}
|
||||
() => this.focusFilterOrHeader()
|
||||
);
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user