Skip to content

Commit addcb07

Browse files
committed
Export manualUpdateProject
So we can trigger the saving of a project from outside the GUI component.
1 parent 6e5f7f2 commit addcb07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import GuiReducer, {guiInitialState, guiMiddleware, initEmbedded, initFullScreen
44
import LocalesReducer, {localesInitialState, initLocale} from './reducers/locales';
55
import {ScratchPaintReducer} from 'scratch-paint';
66
import {setFullScreen, setPlayer} from './reducers/mode';
7-
import {remixProject} from './reducers/project-state';
7+
import {manualUpdateProject, remixProject} from './reducers/project-state';
88
import {setAppElement} from 'react-modal';
99

1010
const guiReducers = {
@@ -25,6 +25,7 @@ export {
2525
initFullScreen,
2626
initLocale,
2727
localesInitialState,
28+
manualUpdateProject,
2829
remixProject,
2930
setFullScreen,
3031
setPlayer

0 commit comments

Comments
 (0)