mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
chore: rename method (#8015)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user