From 31a323a17b66b7c25474d26ef95d308ffc45a72a Mon Sep 17 00:00:00 2001 From: Sophie Nguyen <123401167+SophieNguyen113@users.noreply.github.com> Date: Sat, 23 Sep 2023 12:53:15 -0400 Subject: [PATCH] Feat: Added an API to programmatically scroll the workspace (#7532) * Feat: Added an API to programmatically scroll the workspace Feat: Added an API to programmatically scroll the workspace * Feat: Added an API to programmatically scroll the workspace --- core/workspace_svg.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/core/workspace_svg.ts b/core/workspace_svg.ts index 00ebcbdc1..6df044cde 100644 --- a/core/workspace_svg.ts +++ b/core/workspace_svg.ts @@ -2191,7 +2191,6 @@ export class WorkspaceSvg extends Workspace implements IASTNodeLocationSvg { * * @param x Target X to scroll to. * @param y Target Y to scroll to. - * @internal */ scroll(x: number, y: number) { this.hideChaff(/* opt_onlyClosePopups= */ true);