Browse Source

bind setFocusHandlers

Artal Druk 8 years ago
parent
commit
6dfbd92d9e
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      example/app.js

+ 1
- 0
example/app.js View File

@@ -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() {