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);