mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 00:25:31 +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: {
|
actions: {
|
||||||
onInput(event) {
|
onInput(event) {
|
||||||
this.selectKit.onInput(event);
|
this.selectKit.onInput(event);
|
||||||
|
return true;
|
||||||
},
|
},
|
||||||
|
|
||||||
onKeydown(event) {
|
onKeydown(event) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user