mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: prevents row click event to be caught by filter input event (#9059)
This was causing some dropdowns to not work under IE11
This commit is contained in:
parent
60908a94ec
commit
56345faf9a
@ -43,6 +43,7 @@ export default Component.extend(UtilsMixin, {
|
||||
actions: {
|
||||
onInput(event) {
|
||||
this.selectKit.onInput(event);
|
||||
return true;
|
||||
},
|
||||
|
||||
onKeydown(event) {
|
||||
|
Loading…
Reference in New Issue
Block a user