fixes in dropdown position

This commit is contained in:
InsanusMokrassar 2022-03-30 20:33:19 +06:00
parent e6b0ca580a
commit 33b1a7af65
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ sealed class UIKitDropdown(classname: String) : UIKitModifier {
}
override fun toString(): String = name
}
sealed class Mode(name: String) : AttributeValue(name) {