Fixed center channel height magic. Fixes tutorial
Этот коммит содержится в:
@@ -236,8 +236,6 @@ export default class CreatePost extends React.Component {
|
||||
PostStore.storeCurrentDraft(draft);
|
||||
}
|
||||
resizePostHolder() {
|
||||
const height = this.state.windowHeight - $(ReactDOM.findDOMNode(this.refs.topDiv)).height() - 50;
|
||||
$('.post-list-holder-by-time').css('height', `${height}px`);
|
||||
if (this.state.windowWidth > 960) {
|
||||
$('#post_textbox').focus();
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user