是否支持react
chay-0206 opened this issue · 2 comments
chay-0206 commented
是否支持react
xhb commented
不知道怎么办,
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 事件一直没有触发。。。
YuZongYangHi commented
自己写监听事件吧,