mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-26 03:58:45 +00:00
hotfix in selectFile
This commit is contained in:
parent
4693483c2b
commit
76813fae8e
@ -13,6 +13,7 @@ fun selectFile(
|
|||||||
) {
|
) {
|
||||||
(document.createElement("input") {
|
(document.createElement("input") {
|
||||||
(this as HTMLInputElement).apply {
|
(this as HTMLInputElement).apply {
|
||||||
|
type = "file"
|
||||||
inputSetup(this)
|
inputSetup(this)
|
||||||
onchange = {
|
onchange = {
|
||||||
runCatching {
|
runCatching {
|
||||||
|
Loading…
Reference in New Issue
Block a user