hxj123

Results 3 comments of hxj123

I missed the same problem with you. Did you have any method to slove it?

> Hi, this is the answer > > const content = this.editorRef.current.getInstance().getValue(); > > when you initialize you need to pass in a ref > > i.e. > ref={this.editorRef} >...

> Hello, it's a late reply but I realised that importing this css file fixes the issue: > `import 'tui-editor/dist/tui-editor-extScrollSync'`. > > Feel free to ask any questions regarding this....