0

span class="ql-cursor"

When using the raw() function in a rich text field, Ninox ALWAYS adds the <span class="ql-cursor"> tag at the end of the code. Why? Is this a bug or a feature? Now, I need to "manually" clean all this garbage by using a replace() function, like

myCode := replace(myCode, "<span class=" + """" + "ql-cursor" + """" + ">", "");

Would be great not to have to "clean" an already clean text entry...

Reply

null