Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
revert the non-edit change to explore, and permit edit in (theoretica…
Browse files Browse the repository at this point in the history
…l) merge score
  • Loading branch information
hcientist committed Mar 4, 2024
1 parent 1226402 commit bea144f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/mergingScore.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function MergingScore({
controlsZoom: false,
controlsPrint: false,
toolsetId: '64be80de738efff96cc27edd',
mode: 'edit',
};
let computedHeight = 300;
if (height) {
Expand Down
1 change: 1 addition & 0 deletions components/student/create/explore.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ export default function CreativityActivity() {

</Tabs>
<FlatEditor
edit
score={{
scoreId: 'blank',
}}
Expand Down

0 comments on commit bea144f

Please sign in to comment.