codeslayer1 / react-ckeditor

CKEditor component for React with plugin and custom event listeners support
MIT License
130 stars 34 forks source link

i can't get this.state in events functions #42

Closed leftus closed 6 years ago

codeslayer1 commented 6 years ago

Please share the source code and problem description. Unable to understand the issue that you are facing.

leftus commented 6 years ago

resolved, i do not bind funtion in constructor it should be this.youfunction=this.youfunction.bind(this)