Merge branch 'master' into dependencies.io-update-build-282.0.0

This commit is contained in:
Filipp Riabchun 2018-03-04 19:54:55 +03:00 committed by GitHub
commit c21835fa3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,7 @@ export default class BackgroundPanel extends Component {
this.channel.on('background-unset', () => {
this.setState({ backgrounds: [] });
api.setQueryParams({ background: null });
this.updateIframe('none');
});
}