lbry-desktop/ui/component/channelMentionSuggestion
infinite-persistence 201a826381
Simplify makeSelectIsUriResolving
- Memo not required. `resolvingUris` is very dynamic and is a short array anyways.
- Changeg from using `indexOf` to `includes`, which is more concise.
2021-11-16 14:32:58 +08:00
..
index.js Simplify makeSelectIsUriResolving 2021-11-16 14:32:58 +08:00
view.jsx Add Channel Mention selection ability (#7151) 2021-09-30 17:30:32 -04:00