element-web/src/autocomplete
Matthew Hodgson c171bdfec7 fix emoji in safari
1. emoji sometimes vanished from the autocompleter due to a rounding error
   combined with maxWidth: 1em on the emoji span kicking in at arbitrary
   font sizes/zooms
2. apparently safari needs explicit VS-16 ligatures, as per
   ff7dec427f
2020-06-04 22:01:16 +01:00
..
AutocompleteProvider.tsx
Autocompleter.ts
CommandProvider.tsx
CommunityProvider.tsx tidy up the ref to ref with a forwardRef and initialComponent signature 2020-05-30 13:30:59 +01:00
Components.tsx tidy up the ref to ref with a forwardRef and initialComponent signature 2020-05-30 13:30:59 +01:00
DuckDuckGoProvider.tsx
EmojiProvider.tsx fix emoji in safari 2020-06-04 22:01:16 +01:00
NotifProvider.tsx tidy up the ref to ref with a forwardRef and initialComponent signature 2020-05-30 13:30:59 +01:00
QueryMatcher.ts
RoomProvider.tsx tidy up the ref to ref with a forwardRef and initialComponent signature 2020-05-30 13:30:59 +01:00
UserProvider.tsx tidy up the ref to ref with a forwardRef and initialComponent signature 2020-05-30 13:30:59 +01:00