You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
Input listens on KeyDown event, and then fires async.Timer to read the value after key is processed. The issue is that it resolves in double digest. Once for keyDown and once for timer fire.
We should allow the listener to somehow cancel the digest.
The text was updated successfully, but these errors were encountered:
Input listens on KeyDown event, and then fires async.Timer to read the value after key is processed. The issue is that it resolves in double digest. Once for keyDown and once for timer fire.
We should allow the listener to somehow cancel the digest.
The text was updated successfully, but these errors were encountered: