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
angular perfect scrollbar works perfectly and I use it for a sidebar. But I noticed that when I scroll in my sidebar, the main content (in an other component) which contains a function in its view to format some text (like that : {{formatText(myText))}}, is constantly fired if I put a console.log in it.
Is it normal? I dont understand why the main content component is constantly refreshed when I scroll in the sidebar.
Thank you for your help.
The text was updated successfully, but these errors were encountered:
angular perfect scrollbar works perfectly and I use it for a sidebar. But I noticed that when I scroll in my sidebar, the main content (in an other component) which contains a function in its view to format some text (like that : {{formatText(myText))}}, is constantly fired if I put a console.log in it.
Is it normal? I dont understand why the main content component is constantly refreshed when I scroll in the sidebar.
Thank you for your help.
The text was updated successfully, but these errors were encountered: