Maptio / maptio

http://www.maptio.com
Other
23 stars 4 forks source link

Switch change detection strategy #844

Closed rgoj closed 8 months ago

rgoj commented 8 months ago

In one of the last commits of #843 , I removed the old outliner. Turns out that code was triggering change detection and without it the link between the new outliner and the map broke. Ha. This PR simply change the change detection strategy as OnPush really isn't needed here - and we'll get the benefits when we fully move to signals anyway!