From 6de476c1aa35363d70c2365f269306bfebb26540 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Mon, 20 Nov 2023 02:28:09 +0800 Subject: [PATCH] fix: name typo in DropdownMenu --- .../kotlin/com/highcapable/flexiui/component/Dropdown.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Dropdown.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Dropdown.kt index 9bba174..a37d81d 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Dropdown.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Dropdown.kt @@ -328,7 +328,7 @@ private fun DropdownMenuContent( style: DropdownMenuStyle, content: @Composable ColumnScope.() -> Unit ) { - val transition = updateTransition(expandedStates, label = "DropDownMenu") + val transition = updateTransition(expandedStates, label = "DropdownMenu") val scale by transition.animateFloat( transitionSpec = { if (false isTransitioningTo true) tween(