fix: reenable showing empty flyouts (#7695)

This commit is contained in:
Beka Westberg
2023-12-05 22:24:38 +00:00
committed by GitHub
parent 45cc1e8fea
commit a2a041f212

View File

@@ -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();