Skip to content

Commit e098f7c

Browse files
removed comment
1 parent 4a420c1 commit e098f7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/reducers/componentReducer.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ const reducer = (state: State, action: Action) => {
221221
const rootComponents = [...state.rootComponents];
222222
if (action.payload.root) rootComponents.push(newComponent.id);
223223
// updates the focus to the new component, which redirects to the new blank canvas of said new component
224-
//tom commented this out
224+
225+
// change canvas focus to just created component
225226
// const canvasFocus = {
226227
// ...state.canvasFocus,
227228
// componentId: newComponent.id,

0 commit comments

Comments
 (0)