diff --git a/core/block_svg.ts b/core/block_svg.ts index 8590cd713..9fb809ade 100644 --- a/core/block_svg.ts +++ b/core/block_svg.ts @@ -1627,7 +1627,7 @@ export class BlockSvg /** * Returns a representation of this block that can be displayed in a flyout. */ - toFlyoutData(): FlyoutItemInfo[] { + toFlyoutInfo(): FlyoutItemInfo[] { const json: FlyoutItemInfo = { kind: 'BLOCK', ...blocks.save(this),