codeslayer1 / react-ckeditor

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

ckeditor failied to show correct content. #86

Open Abhilash-miho opened 1 year ago

Abhilash-miho commented 1 year ago

sometimes my content is not showing although my state is showing the correct value.

my code

<CKEditor config={config} activeClass="p10" content={newQuiz.desc} data={newQuiz.desc} name="desc" events={{ blur: onBlur, aftertaste, change: LinkonChangeDesc, }} />

preview https://www.loom.com/share/2c238b9db6ca4e97ae445e907c288846

MarineGEO circle logo