Relative Content

Tag Archive for reactjstypescriptnext.jsjodit

Issue with Content Insertion at the Cursor Position in Jodit Editor React

I’m using the Jodit editor in my React project and have encountered a problem with content insertion at the cursor position. When I first click in the editor and insert content, it is added at the correct cursor position. However, subsequent content additions are inserted at the beginning of the editor instead of the cursor’s current position. Only if I click out and back into the editor does the insertion happen at the correct position again.