Graphical User Interface for creating and running Scratch 3.0 projects.
BSD 3-Clause "New" or "Revised" License
0
stars
1
forks
source link
fix: call reportValue on the ScratchBlocks module instead of the workspace #11
Closed
gonfunko closed 6 months ago
https://github.com/gonfunko/scratch-blocks/pull/55 moves the reportValue method into its own utility function. This PR updates scratch-gui to call that.