lbry-desktop/ui/component/recommendedContent
infiinte-persistence 0ab5ca080e Fix 'Related' being loaded on Autoplay despite not visible.
## Issue
In the `Autoplay` case, if the `WaitUntilOnPage` has already opened the gates previously, the next video's Related will be loaded regardless of scroll position.

## Changes
Add a `lastUpdateDate` prop to `WaitUntilOnPage` to allow the parent to reset the gating state.

I don't really like the `lastUpdateDate` prop since it's purpose is not intuitive. Is there a standard way to do a "one-time trigger" from the parent?
2020-07-29 17:56:38 -04:00
..
index.js add search code from lbry-redux 2020-07-27 16:37:36 -04:00
view.jsx Fix 'Related' being loaded on Autoplay despite not visible. 2020-07-29 17:56:38 -04:00