Skip to content

LEAN-1138 Taking out react components out of Prosemirror DOM tree.

Mikhail Bartenev requested to merge LEAN-1138 into master

Closes LEAN-1138. Captions didn't work correctly because passing prosemirror dom views into react and rerendering them inside caused prosemirror to loose control over position and cursor. T avoid that we won't implement any more react views for the entire nodes but rather will insert react elements as separate auxiliary elements (dropdowns, menus, etc.).

Edited by Mikhail Bartenev

Merge request reports