@babylonjs/shared-ui-components 8.28.3 → 8.29.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -686,7 +686,7 @@ export class GraphNode {
|
|
686
686
|
}, options.min, options.max, this._visualPropertiesRefresh, localStyles.standalone);
|
687
687
|
break;
|
688
688
|
}
|
689
|
-
case
|
689
|
+
case 5 /* PropertyTypeForEdition.List */: {
|
690
690
|
container.classList.add(localStyles.listContainer);
|
691
691
|
const select = root.ownerDocument.createElement("div");
|
692
692
|
select.classList.add(localStyles.select);
|