Skip to content

Commit 4e0204c

Browse files
committed
pass user preferences for coordinates
1 parent c187801 commit 4e0204c

File tree

1 file changed

+2
-1
lines changed
  • client/modules/IDE/actions

1 file changed

+2
-1
lines changed

client/modules/IDE/actions/ide.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ export function startSketch() {
261261
basePath: window.location.pathname,
262262
gridOutput: state.preferences.gridOutput,
263263
textOutput: state.preferences.textOutput,
264-
userTheme: state.preferences.theme
264+
userTheme: state.preferences.theme,
265+
coordinates: state.preferences.coordinates
265266
}
266267
});
267268
dispatchMessage({

0 commit comments

Comments
 (0)