Skip to content

Commit 73c63eb

Browse files
committed
feat: export setStageSize reducer action
This will allow us to override the default stage size or change the stage size from outside of the GUI component.
1 parent 12e1d29 commit 73c63eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/scratch-gui/src/exported-reducers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import {
1818
closeLoadingProject,
1919
openTelemetryModal
2020
} from './reducers/modals.js';
21+
import {setStageSize} from './reducers/stage-size';
2122

2223
export const guiReducers = {
2324
locales: LocalesReducer,
@@ -34,6 +35,7 @@ export {
3435
requestNewProject,
3536
requestProjectUpload,
3637
setProjectId,
38+
setStageSize,
3739

3840
openLoadingProject,
3941
closeLoadingProject,

0 commit comments

Comments
 (0)