Closed igolden closed 7 years ago
Hey @igolden: which version of plugin are you using. I already removed them in last version.
Check version 1.6.3
I did a fresh install via 'npm install react-draft-wysiwyg --save' yesterday, and it's at 1.6.2. I'll update, thanks!
On Thu, Jan 26, 2017 at 8:39 AM, Jyoti Puri notifications@github.com wrote:
Check version 1.6.3.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jpuri/react-draft-wysiwyg/issues/184#issuecomment-275420505, or mute the thread https://github.com/notifications/unsubscribe-auth/ALuGr7SfSn7bLU2tfZXDpBsft1mnz_-5ks5rWL5BgaJpZM4LuHB3 .
Great plugin! I love the ease of use. Thanks for putting this together.
I'm adding this into a production project, and during development I'm plagued with too much logging from the editor. It makes it difficult to find the other logging information that I"m looking for, and I think this should be easily toggled (logging={true/false}) or turned off completely. Developers should probably be able to setup their own logging events based on the callbacks you provide.
I could always fork and remove the logging too, but I thought I'd start here. Happy to submit a PR to knock this out if you'd like to make that a prop toggle.