chore: rename method (#8015)

This commit is contained in:
Beka Westberg
2024-04-09 17:57:03 +00:00
committed by GitHub
parent 7491a50239
commit ee95b4c577

View File

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