fix: text formatting bar URL button (#455)

closes #454
This commit is contained in:
Diego Beraldin 2024-01-16 21:01:27 +01:00 committed by GitHub
parent 4ae47f9dc4
commit eabd19d41c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -220,6 +220,7 @@ fun TextFormattingBar(
item {
Icon(
modifier = Modifier.onClick(
key = textFieldValue,
onClick = {
val newValue = textFieldValue.let {
val selection = it.selection