mainhanu
Results
1
comments of
mainhanu
I think this has something todo with the code ```ts editor.insertSoftBreak = () => { editor.insertText("\n"); }; ``` if you try to insert `\n` at the end of an node...