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
Added src/blocks/utils/workspaces.ts, which contains functions related to keeping track of blockly workspaces.
Modified editor to call workspaces.addWorkspace and workspaces.removeWorkspace
Modified existing code that use headless blockly workspaces to call workspaces.createHeadlessWorkspace and workspaces.destroyHeadlessWorkspace.
0 commit comments