Rename 'tidyUp' back to 'cleanUp'.

This commit is contained in:
Ben Henning
2024-09-03 23:13:50 +00:00
parent fbafda3e4c
commit 05795a06ea
5 changed files with 22 additions and 22 deletions

View File

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