guardian / scribe

DEPRECATED: A rich text editor framework for the web platform
http://guardian.github.io/scribe/
Apache License 2.0
3.51k stars 245 forks source link

Add skippable node in MutationObserver #436

Closed SimonDegraeve closed 8 years ago

SimonDegraeve commented 8 years ago

I mount React component inside the Scribe container, whenever the component update it triggers the MutationObserver watching the subtree of the Scribe container. Since the component is already encapsulate in the React tree, I don't need this extra re-render from Scribe.

rrees commented 8 years ago

@SimonDegraeve can you check that Scribe 2.1.0 implements this change correctly?