Skip to content

Commit

Permalink
Update scopestate_statefield.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jan 17, 2025
1 parent c9d56b9 commit 001ecd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/components/CellInput/scopestate_statefield.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ export let explore_variable_usage = (tree, doc, _scopestate, verbose = VERBOSE)
cursor.name === "ModuleDefinition" ||
cursor.name === "QuoteStatement" ||
cursor.name === "QuoteExpression" ||
cursor.name === "MacroIdentifier" ||
cursor.name === "ImportStatement"
) {
if (verbose) console.groupEnd()
Expand Down

0 comments on commit 001ecd5

Please sign in to comment.