Are there plans to fix <this skiko TODO> regarding...
# compose-web
b
Are there plans to fix this skiko TODO regarding clipboard on JS?
o
Eventually we should have it fixed. The plan is to look for all such not implemented things and fix them in the next months. But we accept contributions. If you're interested you may submit a PR 🙂
b
Fixing it would mean to change the interface fun to suspend. I'm not sure if this would be okay.
o
that’s a valid concern, since common ClipboardManager (which is a public published common API in compose) doesn’t use suspend functions - https://github.com/JetBrains/compose-multiplatform-core/blob/e54290ec9d81920464ec0[…]monMain/kotlin/androidx/compose/ui/platform/ClipboardManager.kt we’ll have to figure it out
k
any update for this ???
o
No updates yet.