ソースを参照

bind setFocusHandlers

Artal Druk 8 年 前
コミット
6dfbd92d9e
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      example/app.js

+ 1
- 0
example/app.js ファイルの表示

@@ -12,6 +12,7 @@ export default class RichTextExample extends Component {
12 12
   constructor(props) {
13 13
     super(props);
14 14
     this.getHTML = this.getHTML.bind(this);
15
+    this.setFocusHandlers = this.setFocusHandlers.bind(this);
15 16
   }
16 17
 
17 18
   render() {