Merge branch 'develop' into ensure-immovable-blocks-are-considered-during-workspace-tidying

This commit is contained in:
Ben Henning
2024-09-03 23:02:37 +00:00
15 changed files with 1099 additions and 1011 deletions

View File

@@ -543,9 +543,7 @@ export class WorkspaceSvg extends Workspace implements IASTNodeLocationSvg {
// Update all blocks in workspace that have a style name.
this.updateBlockStyles_(
this.getAllBlocks(false).filter(function (block) {
return !!block.getStyleName();
}),
this.getAllBlocks(false).filter((block) => !!block.getStyleName()),
);
// Update current toolbox selection.