diff --git a/core/workspace_svg.ts b/core/workspace_svg.ts index fd056a2a8..4c531f35a 100644 --- a/core/workspace_svg.ts +++ b/core/workspace_svg.ts @@ -694,6 +694,15 @@ export class WorkspaceSvg extends Workspace implements IASTNodeLocationSvg { return this.injectionDiv!; } + /** + * Returns the SVG group for the workspace. + * + * @returns The SVG group for the workspace. + */ + getSvgGroup(): Element { + return this.svgGroup_; + } + /** * Get the SVG block canvas for the workspace. *