Prevent Reflow During NodeView resizing

Is there a way to prevent the editor’s reflow (lines moving around for the resizing of inline content) until the resizing is complete?

I have an issue where resizing a node will cause it to reflow to the prior or next line, causing it to to grow since the drag handle is now far away.

This library has no concept of node resizing, so I think you should look into whatever implementation you’re using for that, and see if this can be fixed on that level.