Click again event on blockOnFocus - hyelie/MDEditor GitHub Wiki
When the user clicks again on a block that already has focus, the block is rendered as HTML and then rendered again to markdown. Because of this, there was a problem that the cursor position moved to the end when click focused block.
So, append feature that not to rerender when clicking on a block that already has focus.