We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
是否支持react
The text was updated successfully, but these errors were encountered:
不知道怎么办,
componentDidMount(){ const eleTextarea = document.getElementById('md_editor'); this.mditor = window.Mditor.fromTextarea(eleTextarea); this.mditor.height = '760px' this.mditor.on('ready', ()=>{console.log('ready')}); }
这里的 ready 事件一直没有触发。。。
Sorry, something went wrong.
自己写监听事件吧,
No branches or pull requests
是否支持react
The text was updated successfully, but these errors were encountered: