Merge pull request #2350 from paulkaplan/fix-comments-remixing

Remove comments when remixing, they do not exist on the new project
This commit is contained in:
Paul Kaplan 2018-11-26 16:32:12 -05:00 committed by GitHub
commit 99ac59d2cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -780,6 +780,7 @@ const mapDispatchToProps = dispatch => ({
},
remixProject: () => {
dispatch(GUI.remixProject());
dispatch(previewActions.resetComments());
},
setPlayer: player => {
dispatch(GUI.setPlayer(player));