Remove comments when remixing, they do not exist on the new project

This commit is contained in:
Paul Kaplan 2018-11-26 11:21:14 -05:00
parent d31cbe58e2
commit 1c4c5895af

View file

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