Skip to content

Commit

Permalink
pass user preferences for coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
raclim committed Dec 5, 2024
1 parent c187801 commit 4e0204c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/modules/IDE/actions/ide.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ export function startSketch() {
basePath: window.location.pathname,
gridOutput: state.preferences.gridOutput,
textOutput: state.preferences.textOutput,
userTheme: state.preferences.theme
userTheme: state.preferences.theme,
coordinates: state.preferences.coordinates
}
});
dispatchMessage({
Expand Down

0 comments on commit 4e0204c

Please sign in to comment.