Browse Source

bind eventhandler

kawasaki hirotsugu 8 years ago
parent
commit
9367d7c61f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resource/js/components/PageEditor/Editor.js

+ 1 - 0
resource/js/components/PageEditor/Editor.js

@@ -75,6 +75,7 @@ export default class Editor extends React.Component {
     this.onScrollCursorIntoView = this.onScrollCursorIntoView.bind(this);
     this.onPaste = this.onPaste.bind(this);
 
+    this.onCursor = this.onCursor.bind(this);
     this.onDragEnterForCM = this.onDragEnterForCM.bind(this);
     this.onDragLeave = this.onDragLeave.bind(this);
     this.onDrop = this.onDrop.bind(this);