parent
d518b302a0
commit
97b55af9cf
|
@ -1,9 +1,10 @@
|
|||
import MultiSelectFilterComponent from "select-kit/components/multi-select/multi-select-filter";
|
||||
import { action } from "@ember/object";
|
||||
|
||||
export default MultiSelectFilterComponent.extend({
|
||||
classNames: ["email-group-user-chooser-filter"],
|
||||
|
||||
actions: {
|
||||
@action
|
||||
onPaste(event) {
|
||||
const data = event.originalEvent.clipboardData;
|
||||
|
||||
|
@ -31,5 +32,4 @@ export default MultiSelectFilterComponent.extend({
|
|||
return false;
|
||||
}
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue