Correct Zone for setTimeout/delay/click handlers
Pre-release
Pre-release
cormacrelf
released this
08 Jun 20:39
·
800 commits
to master
since this release
Now, if you set up timers in the skyhook zone, they will correctly cause change detection when fired. Useful if doing DragLayer.listen(...).delay(1000)
and the resulting asynchronous subscribers which tend to call setTimeout at odd times.