Closed rgantzos closed 1 year ago
Currently, Blocklive uses the website location to get the project ID. This isn't a great method for getting the project ID, so now this uses the Scratch GUI to get the project ID.
This uses scratchGUI().projectState.projectId.
scratchGUI().projectState.projectId
Currently, Blocklive uses the website location to get the project ID. This isn't a great method for getting the project ID, so now this uses the Scratch GUI to get the project ID.
This uses
scratchGUI().projectState.projectId
.