Skip to content

Commit a2a041f

Browse files
authored
fix: reenable showing empty flyouts (#7695)
1 parent 45cc1e8 commit a2a041f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/flyout_base.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,6 @@ export abstract class Flyout
647647

648648
// Parse the Array, Node or NodeList into a a list of flyout items.
649649
const parsedContent = toolbox.convertFlyoutDefToJsonArray(flyoutDef);
650-
if (!parsedContent.length) return; // No need to show an empty flyout.
651650
const flyoutInfo = this.createFlyoutInfo(parsedContent);
652651

653652
renderManagement.triggerQueuedRenders();

0 commit comments

Comments
 (0)