• Adam Barth's avatar
    Change how navigator prevents redundant operations (#4769) · 2af668f8
    Adam Barth authored
    * Change how navigator prevents redundant operations
    
    Instead of requiring transactions, we now cancel all active pointers that are
    interacting with the navigator and absorb future pointers until we get a chance
    to build. This approach isn't perfect (e.g., events that trigger off the
    cancelled pointers could still interact with the navigator), but it should be
    better than the current transaction-based approach.
    
    Fixes #4716
    
    * Remove openTransaction
    
    * test
    
    * fixup
    2af668f8
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.analysis_options Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...