Skip to content

Commit

Permalink
ProgramPanel can be saved
Browse files Browse the repository at this point in the history
  • Loading branch information
szschaler authored Nov 30, 2023
1 parent d69f50d commit 85255ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platform/src/ProgramPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ class ProgramPanel extends Panel {
}


canSave() {
return true;
}

/**
* Sets the mode of the editor for syntax highlighting
*
Expand Down

0 comments on commit 85255ae

Please sign in to comment.