Skip to content

Commit

Permalink
subset and elementof inside boolean (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
dqnykamp authored Nov 21, 2023
1 parent ab681c8 commit 079bcb2
Show file tree
Hide file tree
Showing 5 changed files with 1,162 additions and 104 deletions.
1 change: 1 addition & 0 deletions packages/doenetml-worker/src/components/SubsetOfReals.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default class SubsetOfReals extends MathComponent {

// used when creating new component via adapter or copy prop
static primaryStateVariableForDefinition = "subsetValue";
static stateVariableToBeShadowed = "subsetValue";

static createAttributesObject() {
let attributes = super.createAttributesObject();
Expand Down
Loading

0 comments on commit 079bcb2

Please sign in to comment.