FIX: ensures click on emoji in picker doesnt propagate (#7308)
This commit is contained in:
parent
d8dd130477
commit
40e1ba9d9a
|
@ -365,6 +365,7 @@ export default Ember.Component.extend({
|
|||
$this.off("touchend");
|
||||
});
|
||||
$this.on("touchmove", () => $this.off("touchend"));
|
||||
return false;
|
||||
});
|
||||
} else {
|
||||
$emojisContainer
|
||||
|
|
Loading…
Reference in New Issue