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.
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.