gonfunko / scratch-gui

Graphical User Interface for creating and running Scratch 3.0 projects.
https://scratchfoundation.github.io/scratch-gui/develop/
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

gonfunko commented 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.

BeksOmega commented 6 months ago

Gonna wait for feedback on the other PR before reviewing.