toast-ui.react-editor icon indicating copy to clipboard operation
toast-ui.react-editor copied to clipboard

This repository is DEPRECATED! GO TO πŸ‘‰ https://github.com/nhn/tui.editor/tree/master/apps/react-editor

Results 9 toast-ui.react-editor issues
Sort by recently updated
recently updated
newest added

onChange callback on `Editor` only provides options of editor instead of data.

## Version ## Test Environment ## Current Behavior I want to use "scrollSync" exts, but it not effective ```js ``` ## Expected Behavior

## Version 1.0.1 ## Test Environment λΈŒλΌμš°μ € : 크둬, OS : μœˆλ„μš° 10, 에디터 : Intellij, ν”„λ‘œκ·Έλž¨ : react.js, antd μ‚¬μš© {getFieldDecorator("contents", { initialValue: this.state.modal.notice.contents, rules: [ { required: true,...

## Version "@toast-ui/react-editor": "^1.0.0", ## Test Environment mac mojave 10.14.5 chrome 80.0.3987.100 (Official Build) (64-bit) ## Current Behavior Using the onChange function is called once per character in edit window...

μ‚¬μš©κ°€λŠ₯ν•œ 방법이 μžˆμŠ΅λ‹ˆκΉŒ?

## Version @toast-ui/react-editor: "1.0.1" tui-editor: "1.4.4" ## Test Environment Windows. react: "16.8.6" ## Current Behavior When onBlur to the `Editor` it triggers when the user clicks on any of the...

Even though that Viewer is wrapped inside additional div which does not have any class. There is no way to add this class neither.

I don't know which version of toast-ui-editor was used in this project, but when I try to save the text includes , there are weird texts injected between like this:...

## Version Using @toast-ui/react-editor 1.0.0 ## Test Environment macOS 10.13.6 Chrome 74 ## Current Behavior ```js import React, { Component, createRef } from 'react'; class MyForm extends Component { ......