I am using linkify in textarea & i have autosave function in it.
After every 3 secs the text is saved in database
.I am calling linkify before saving in database
.
$(".froala-element").linkify();
What problem i am facing is the focus of cursor/caret is lost due to linkify ..
I keep on writing and after autosave cursor is lost its position.. I am using froala-editor as my text editor.