Skip to content

Correct Zone for setTimeout/delay/click handlers

Pre-release
Pre-release
Compare
Choose a tag to compare
@cormacrelf cormacrelf released this 08 Jun 20:39
· 800 commits to master since this release

a5ec191:

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.