Skip to content

Commit 440fcaf

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 124f900 commit 440fcaf

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
@@ -19,6 +19,7 @@ import {
1919
closeLoadingProject,
2020
openTelemetryModal
2121
} from './reducers/modals.js';
22+
import {setStageSize} from './reducers/stage-size';
2223

2324
export const guiReducers = {
2425
locales: LocalesReducer,
@@ -36,6 +37,7 @@ export {
3637
requestNewProject,
3738
requestProjectUpload,
3839
setProjectId,
40+
setStageSize,
3941

4042
openLoadingProject,
4143
closeLoadingProject,

0 commit comments

Comments
 (0)