Skip to content

Commit

Permalink
Feat: Added an API to programmatically scroll the workspace (#7532)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
SophieNguyen113 authored Sep 23, 2023
1 parent 86bcf71 commit 31a323a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/workspace_svg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 31a323a

Please sign in to comment.