mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2025-09-16 13:59:17 +00:00
a little fix in hide of dropdown
This commit is contained in:
@@ -6,7 +6,7 @@ import dev.inmo.jsuikit.utils.*
|
|||||||
|
|
||||||
external interface Dropdown {
|
external interface Dropdown {
|
||||||
fun show()
|
fun show()
|
||||||
fun hide(delay: Boolean)
|
fun hide(delay: Boolean? = definedExternally)
|
||||||
fun hide(delay: Milliseconds)
|
fun hide(delay: Milliseconds)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user