feat: Add support for going to the beginning of a block by bbrudastyy · Pull Request #9629 · RaspberryPiFoundation/blockly

Copy link Copy Markdown

The basics

The details

Resolves

Fixes #9628

Proposed Changes

Allows you to center a block at its beginning.

Reason for Changes

Centering takes place in the center of the block, which is inconvenient, for example, when switching to defining a procedure.
image

You can use the changes to go to the beginning.
image

Test Coverage

The changes do not affect existing tests and do not require writing new ones.

Documentation

JSDoc has been updated
https://developers.google.com/blockly/reference/js/blockly.workspacesvg_class.centeronblock_1_method?hl=it

Additional Information

No