element-web/src/components/views/rooms
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
..
AppsDrawer.js Add rule to enforce spacing in curly brackets in JSX children 2017-09-28 11:21:06 +01:00
Autocomplete.js Fix bug that inserted emoji when typing 2017-10-12 11:31:31 +01:00
AuxPanel.js Run eslint --fix 2017-10-11 17:56:17 +01:00
EntityTile.js Run eslint --fix 2017-10-11 17:56:17 +01:00
EventTile.js Run eslint --fix 2017-10-11 17:56:17 +01:00
ForwardMessage.js Add rule to enforce spacing in curly brackets in JSX children 2017-09-28 11:21:06 +01:00
LinkPreviewWidget.js Run eslint --fix 2017-10-11 17:56:17 +01:00
MemberDeviceInfo.js Run eslint --fix 2017-10-11 17:56:17 +01:00
MemberInfo.js Run eslint --fix 2017-10-11 17:56:17 +01:00
MemberList.js Run eslint --fix 2017-10-11 17:56:17 +01:00
MemberTile.js Run eslint --fix 2017-10-11 17:56:17 +01:00
MessageComposer.js Run eslint --fix 2017-10-11 17:56:17 +01:00
MessageComposerInput.js Run eslint --fix 2017-10-11 17:56:17 +01:00
PresenceLabel.js Run eslint --fix 2017-10-11 17:56:17 +01:00
ReadReceiptMarker.js Run eslint --fix 2017-10-11 17:56:17 +01:00
RoomHeader.js Add rule to enforce spacing in curly brackets in JSX children 2017-09-28 11:21:06 +01:00
RoomList.js Run eslint --fix 2017-10-11 17:56:17 +01:00
RoomNameEditor.js Run eslint --fix 2017-10-11 17:56:17 +01:00
RoomPreviewBar.js Run eslint --fix 2017-10-11 17:56:17 +01:00
RoomSettings.js Run eslint --fix 2017-10-11 17:56:17 +01:00
RoomTile.js Run eslint --fix 2017-10-11 17:56:17 +01:00
RoomTopicEditor.js Run eslint --fix 2017-10-11 17:56:17 +01:00
SearchableEntityList.js Run eslint --fix 2017-10-11 17:56:17 +01:00
SearchResultTile.js Run eslint --fix 2017-10-11 17:56:17 +01:00
SimpleRoomHeader.js Add rule to enforce spacing in curly brackets in JSX children 2017-09-28 11:21:06 +01:00
TopUnreadMessagesBar.js Run eslint --fix 2017-10-11 17:56:17 +01:00
UserTile.js Run eslint --fix 2017-10-11 17:56:17 +01:00