FIX: ensures click on emoji in picker doesnt propagate (#7308)

This commit is contained in:
Joffrey JAFFEUX 2019-04-02 17:40:13 +02:00 committed by GitHub
parent d8dd130477
commit 40e1ba9d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ export default Ember.Component.extend({
$this.off("touchend");
});
$this.on("touchmove", () => $this.off("touchend"));
return false;
});
} else {
$emojisContainer