mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 08:38:30 -05:00
fix story saving for PBS
This commit is contained in:
parent
f517e0488a
commit
064ee0cf48
1 changed files with 4 additions and 0 deletions
|
@ -128,6 +128,10 @@ export default class ScratchJr {
|
|||
return currentProject;
|
||||
}
|
||||
|
||||
static set currentProject (md5) {
|
||||
currentProject = md5;
|
||||
}
|
||||
|
||||
static get editmode () {
|
||||
return editmode;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue