mirror of
https://github.com/discourse/discourse.git
synced 2024-12-14 20:13:53 +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
b8e4b5f884
commit
751708ba0c
|
@ -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