mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
fix: reenable showing empty flyouts (#7695)
This commit is contained in:
@@ -647,7 +647,6 @@ export abstract class Flyout
|
||||
|
||||
// Parse the Array, Node or NodeList into a a list of flyout items.
|
||||
const parsedContent = toolbox.convertFlyoutDefToJsonArray(flyoutDef);
|
||||
if (!parsedContent.length) return; // No need to show an empty flyout.
|
||||
const flyoutInfo = this.createFlyoutInfo(parsedContent);
|
||||
|
||||
renderManagement.triggerQueuedRenders();
|
||||
|
||||
Reference in New Issue
Block a user