From ee95b4c577b4680879278713314765b7130b7c1d Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Tue, 9 Apr 2024 17:57:03 +0000 Subject: [PATCH] chore: rename method (#8015) --- core/block_svg.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),