mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-18 09:00:30 -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: () => {
|
remixProject: () => {
|
||||||
dispatch(GUI.remixProject());
|
dispatch(GUI.remixProject());
|
||||||
|
dispatch(previewActions.resetComments());
|
||||||
},
|
},
|
||||||
setPlayer: player => {
|
setPlayer: player => {
|
||||||
dispatch(GUI.setPlayer(player));
|
dispatch(GUI.setPlayer(player));
|
||||||
|
|
Loading…
Reference in a new issue