mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Remove comments when remixing, they do not exist on the new project
This commit is contained in:
parent
d31cbe58e2
commit
1c4c5895af
1 changed files with 1 additions and 0 deletions
|
@ -771,6 +771,7 @@ const mapDispatchToProps = dispatch => ({
|
|||
},
|
||||
remixProject: () => {
|
||||
dispatch(GUI.remixProject());
|
||||
dispatch(previewActions.resetComments());
|
||||
},
|
||||
setPlayer: player => {
|
||||
dispatch(GUI.setPlayer(player));
|
||||
|
|
Loading…
Reference in a new issue