mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 17:02:45 +08: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