diff --git a/core/workspace_svg.js b/core/workspace_svg.js index b513ed674..d71692205 100644 --- a/core/workspace_svg.js +++ b/core/workspace_svg.js @@ -2168,7 +2168,8 @@ Blockly.WorkspaceSvg.prototype.scrollCenter = function() { }; /** - * Scroll the workspace to center on the given block. + * Scroll the workspace to center on the given block. If the block has other + * blocks stacked below it, the workspace will be centered on the stack. * @param {?string} id ID of block center on. * @public */