Merge branch 'hotfix/v0.0.4' of github.com:ONLYOFFICE/AppServer into hotfix/v0.0.4

This commit is contained in:
Artem Tarasov 2020-12-18 17:03:46 +03:00
commit 5ac90f8dff

View File

@ -235,7 +235,7 @@ class SectionBodyContent extends React.Component {
// }
shouldComponentUpdate(nextProps, nextState) {
if (this.props && this.props.firstLoad) return true;
//if (this.props && this.props.firstLoad) return true;
const { showMoveToPanel, showCopyPanel, isDrag } = this.state;
if (this.props.sharingPanelVisible !== nextProps.sharingPanelVisible) {