Merge pull request #3142 from storybooks/unset-background

Unset background when switching to a non-background story
This commit is contained in:
Filipp Riabchun 2018-03-04 19:10:24 +03:00 committed by GitHub
commit b11ce552e2
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');
});
}