有沒有大神遇到過 tower的開源編輯器simditor使用了 simditor-markdown 擴展就無法監聽事件了react, jsx: componentDidMount () { this.initEditor() } initEditor = () => { this.editor = new Simditor({ textarea: this.textArea, markdown: true, toolbar: ['title', 'bold', 'italic', 'underline', 'code', 'blockquote', '|', 'ol', 'ul', '|', 'markdown'] }) this.editor.setValue(marked(this.props.content)) this.editor.on('valuechanged', (e, src) => { this.props.onTextChange(toMarkdown(this.editor.getValue())) }) }Tag:<textarea ref={textarea => (this.textArea = textarea)} />拜托了.
simditor-markdown 無法監聽事件
大話西游666
2018-10-11 14:15:32