You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was doing some poking around in the events files working on a different issue, and I noticed the Blockly.Events.fromJson function. Would it make sense for the FinishedLoading event to be added to this? I wasn't sure since the FinishedLoading event is basically a notification about a specific workspace, and the fromJson function takes in a workspace that is then "applied" to the event.
The text was updated successfully, but these errors were encountered:
As far as Blockly code is considered, loading a file is synchronous, so I don't know a case where an outside event is needed. Can you provide a use case that doesn't involve some outside code loading a file asynchronously? (In that case, the outside code should generate it own event in its own event framework.)
I was doing some poking around in the events files working on a different issue, and I noticed the Blockly.Events.fromJson function. Would it make sense for the FinishedLoading event to be added to this? I wasn't sure since the FinishedLoading event is basically a notification about a specific workspace, and the fromJson function takes in a workspace that is then "applied" to the event.
The text was updated successfully, but these errors were encountered: