We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45cc1e8 commit a2a041fCopy full SHA for a2a041f
1 file changed
core/flyout_base.ts
@@ -647,7 +647,6 @@ export abstract class Flyout
647
648
// Parse the Array, Node or NodeList into a a list of flyout items.
649
const parsedContent = toolbox.convertFlyoutDefToJsonArray(flyoutDef);
650
- if (!parsedContent.length) return; // No need to show an empty flyout.
651
const flyoutInfo = this.createFlyoutInfo(parsedContent);
652
653
renderManagement.triggerQueuedRenders();
0 commit comments