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