mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
Rename 'tidyUp' back to 'cleanUp'.
This commit is contained in:
@@ -1645,8 +1645,8 @@ export class WorkspaceSvg extends Workspace implements IASTNodeLocationSvg {
|
||||
return boundary;
|
||||
}
|
||||
|
||||
/** Tidy up the workspace by ordering all the blocks in a column such that none overlap. */
|
||||
tidyUp() {
|
||||
/** Clean up the workspace by ordering all the blocks in a column such that none overlap. */
|
||||
cleanUp() {
|
||||
this.setResizesEnabled(false);
|
||||
eventUtils.setGroup(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user