netolicak
Results
1
comments of
netolicak
For move cursor to end or beginning you can use this: ``` javascript var editor = new Medium({ ... }); // move cursor to end editor.cursor.moveCursorToEnd(editor.element.lastChild); // for move cursor...