reedsy / quill-cursors

A multi cursor module for Quill text editor.
MIT License
248 stars 54 forks source link

Add a flag to suppress warnings from console #16

Closed timsu closed 5 years ago

timsu commented 5 years ago

We get these quill-cursor warnings when one editor is editing text at the end of a document. This adds a flag to avoid polluting the user's console.

alecgibson commented 5 years ago

I've removed all calls to console in the latest version.