Skip to content

v1.0.0-beta.20

Compare
Choose a tag to compare
@ericyhwang ericyhwang released this 28 Feb 22:48
· 578 commits to master since this release
  • #273 - [fix] In Doc._clearInflightOp, clear inflightOp before calling callbacks (@ericyhwang)
    • Fixes #272, a double-callback issue during chained op submissions, where if the second op is invalid, the first op's callback gets called twice.