Skip to content

Commit 017c558

Browse files
floehoppersebjacobs
authored andcommitted
Export manualUpdateProject
So we can trigger the saving of a project from outside the GUI component.
1 parent 0d6756d commit 017c558

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/index.js

Lines changed: 2 additions & 1 deletion
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
import {activateDeck} from './reducers/cards.js';
1010

@@ -26,6 +26,7 @@ export {
2626
initFullScreen,
2727
initLocale,
2828
localesInitialState,
29+
manualUpdateProject,
2930
remixProject,
3031
setFullScreen,
3132
setPlayer,

0 commit comments

Comments
 (0)