Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
[NC]: Recoding position fix after recoding state change (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschapur authored Jun 25, 2024
1 parent bf00971 commit d9351e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mocksi-lite/content/ContentApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function ShadowContentApp({ isOpen, email, initialState }: ContentProps) {
.set({ [MOCKSI_RECORDING_STATE]: newState })
.then(() => {
setState(newState);
// setRootPosition(newState);
setRootPosition(newState);
});
};

Expand Down

0 comments on commit d9351e2

Please sign in to comment.