We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c187801 commit 4e0204cCopy full SHA for 4e0204c
client/modules/IDE/actions/ide.js
@@ -261,7 +261,8 @@ export function startSketch() {
261
basePath: window.location.pathname,
262
gridOutput: state.preferences.gridOutput,
263
textOutput: state.preferences.textOutput,
264
- userTheme: state.preferences.theme
+ userTheme: state.preferences.theme,
265
+ coordinates: state.preferences.coordinates
266
}
267
});
268
dispatchMessage({
0 commit comments