I need to get the position of the cursor in an editable div (quill rich text) for the whole screen, but I don't know how to do it and would like some help.
document.addEventListener('mousemove', function(e) {
console.log(e.clientX, e.clientY);
}, false);