You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I need a lifecycle that allows executing some tasks after the content has finished loading on the page.
Describe the solution you'd like
I am currently customizing a theme, where the <Content/> component is wrapped inside the <OverlayScrollbarsComponent>, which is a custom scrollbar component. There's a route link that contains anchor information, and I need to call the scrollTo method after the <Content/> is fully rendered on the page. However, the onContentUpdated lifecycle does not meet this requirement. Is there a similar lifecycle like onContentRenderFinished that can be used?
Is your feature request related to a problem? Please describe.
I need a lifecycle that allows executing some tasks after the content has finished loading on the page.
Describe the solution you'd like
I am currently customizing a theme, where the
<Content/>
component is wrapped inside the<OverlayScrollbarsComponent>
, which is a custom scrollbar component. There's a route link that contains anchor information, and I need to call thescrollTo
method after the<Content/>
is fully rendered on the page. However, theonContentUpdated
lifecycle does not meet this requirement. Is there a similar lifecycle likeonContentRenderFinished
that can be used?Describe alternatives you've considered
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: