From 4e0204ca9adf59b9258256d0f5038a61bc6cbcf5 Mon Sep 17 00:00:00 2001 From: raclim Date: Thu, 5 Dec 2024 17:09:41 -0500 Subject: [PATCH] pass user preferences for coordinates --- client/modules/IDE/actions/ide.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/modules/IDE/actions/ide.js b/client/modules/IDE/actions/ide.js index 2f140484d..a995fd25f 100644 --- a/client/modules/IDE/actions/ide.js +++ b/client/modules/IDE/actions/ide.js @@ -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({