diff --git a/core/flyout_base.ts b/core/flyout_base.ts index 219d69e3e..76d2e8f8c 100644 --- a/core/flyout_base.ts +++ b/core/flyout_base.ts @@ -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();