PLT-5772: Use standardised javascript method instead of Chrome-only one. (#5708)

Этот коммит содержится в:
George Goldberg
2017-03-09 19:41:42 +00:00
коммит произвёл GitHub
родитель 270ac11365
Коммит d79c40f330

Просмотреть файл

@@ -349,7 +349,7 @@ export default class CreateComment extends React.Component {
PostStore.storeCommentDraft(this.props.rootId, draft);
// Focus on preview if needed
this.refs.preview.refs.container.scrollIntoViewIfNeeded();
this.refs.preview.refs.container.scrollIntoView();
const enableAddButton = this.handleEnableAddButton(draft.message, draft.fileInfos);