element-portable/src/components
Luke Barnard 36bb8b7dc4 Fix bug that inserted emoji when typing
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 vector-im/riot-web#4974
2017-10-12 11:31:31 +01:00
..
structures Merge pull request #1460 from matrix-org/dbkr/show_send_message_error 2017-10-11 19:46:32 +02:00
views Fix bug that inserted emoji when typing 2017-10-12 11:31:31 +01:00