79226911

Date: 2024-11-26 13:35:12
Score: 0.5
Natty:
Report link

I came across the same issue and I found what the problem was.

.ql-editor > * { 
  cursor: text;
}

This is the default css style of quill, I just changed it to my custom code:

.ql-editor > * { 
  cursor: initial !important;
}

The cursor started working normal again, hope this helps :)

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Lyubomir Stoyanov