Yuki Takei 7 лет назад
Родитель
Сommit
67e427a248
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      resource/js/components/PageEditor/Editor.js

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

@@ -554,6 +554,7 @@ export default class Editor extends React.Component {
           {/* for mobile */}
           { isMobile &&
             <FormControl componentClass="textarea" className="textarea-for-mobile"
+              inputRef={ref => { this.mobileeditor = ref }}
               defaultValue={this.state.value}
               onChange={(e) => {
                 if (this.props.onChange != null) {