Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Updating selection and contents at the same time can leads to ha…
…ngs (#17) I've noticed that it's possible to cause a hang when updating the contents and selection at the same time. This works around that by asynchronously dispatching the selection set back to the main queue to break the (assumed) dependency loop.
- Loading branch information