Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Little refactoring to avoid circular execution when listing for dom m…
…utations (OctoLinker#514) For some reason the following PR microdevs/missy#39 causes the browser hang when trying to add a inline comment. I tested the same functionally on a few other PRs and it worked fine for all of them. However, I was able to narrow it down to the `MutationObserver` which is called over and over again. I have no idea what is different there, but I decided to rewrite the related code to only spy for dom mutations when expanding the blob.
- Loading branch information