diff --git a/editor/src/components/shared/scoped-variables.ts b/editor/src/components/shared/scoped-variables.ts index 9a5314622a01..b05cc07643b2 100644 --- a/editor/src/components/shared/scoped-variables.ts +++ b/editor/src/components/shared/scoped-variables.ts @@ -49,7 +49,7 @@ export function getVariablesInScope( varsInScope.push(componentScopedVariables) } - // for future reference - adding variables from top level + /** for future reference - adding variables from top level **/ // const topLevelVariables = getTopLevelVariables(success.topLevelElements, underlyingFilePath) // varsInScope.push(topLevelVariables)