mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-12-22 00:27:25 +00:00
a little fix in hide of dropdown
This commit is contained in:
parent
ebb350c688
commit
4b697938ac
@ -6,7 +6,7 @@ import dev.inmo.jsuikit.utils.*
|
||||
|
||||
external interface Dropdown {
|
||||
fun show()
|
||||
fun hide(delay: Boolean)
|
||||
fun hide(delay: Boolean? = definedExternally)
|
||||
fun hide(delay: Milliseconds)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user