mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-26 12:08:46 +00:00
now it is impossible to pass null in hide fun of dropdown
This commit is contained in:
parent
4b697938ac
commit
ed6582c98d
@ -6,7 +6,7 @@ import dev.inmo.jsuikit.utils.*
|
|||||||
|
|
||||||
external interface Dropdown {
|
external interface Dropdown {
|
||||||
fun show()
|
fun show()
|
||||||
fun hide(delay: Boolean? = definedExternally)
|
fun hide(delay: Boolean = definedExternally)
|
||||||
fun hide(delay: Milliseconds)
|
fun hide(delay: Milliseconds)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user