kawasaki hirotsugu 8 лет назад
Родитель
Сommit
9367d7c61f
1 измененных файлов с 1 добавлено и 0 удалено
  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);