Hi,
Is there any mechanism in ProseMirror which dictates whether to re-render children or not?
Currently I am working on a splittable editor and the dispatch function called in the mousemove handler consumes about 150ms each time(actually insertBefore call in renderDesc function). Is there any workaround for this?