Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix bug that inserted emoji when typing #1467

Merged
merged 1 commit into from
Oct 12, 2017

Conversation

lukebarnard1
Copy link
Contributor

@lukebarnard1 lukebarnard1 commented Oct 12, 2017

This was quite simple in the end -- the mouse doesn't move, but on some browsers, the autocomplete appearing beneath the mouse would cause the onMouseOver, which is not onMouseMove.

The fix was to use onMouseMove.

Fixes element-hq/element-web#4974

This was quite simple in the end -- the mouse doens't move, but on some browsers, the autocomplete appearing beneath the mouse would cause the `onMouseOver`, which is not `onMouseMove`.

The fix was to use `onMouseMove`.

Fixes element-hq/element-web#4974
@lukebarnard1 lukebarnard1 merged commit 91b888a into develop Oct 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants