mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-01 13:40:13 +00:00
desktop: edit previous message with Up arrow (#2841)
This commit is contained in:
+1
@@ -48,6 +48,7 @@ actual fun PlatformTextField(
|
||||
showDeleteTextButton: MutableState<Boolean>,
|
||||
userIsObserver: Boolean,
|
||||
onMessageChange: (String) -> Unit,
|
||||
onUpArrow: () -> Unit,
|
||||
onDone: () -> Unit,
|
||||
) {
|
||||
val cs = composeState.value
|
||||
|
||||
Reference in New Issue
Block a user