Merge commit '9c712cc38ae706b021807b271899bce56c234fa5'

This commit is contained in:
2024-02-11 17:30:45 -06:00
3 changed files with 2 additions and 6 deletions

View File

@@ -82,6 +82,7 @@ void ClawEditor::drawRow(ox::ModelValue const&value) noexcept {
case ox::ModelValue::Type::Union:
type = "union";
break;
case ox::ModelValue::Type::InlineArray:
case ox::ModelValue::Type::Vector:
type = "list";
break;