This commit is contained in:
Mikhail Kilin
2026-01-30 17:26:21 +03:00
parent a4cf6bac72
commit 433233d766
11 changed files with 603 additions and 315 deletions

View File

@@ -95,7 +95,7 @@ fn snapshot_input_editing_mode() {
.with_chat(chat)
.with_message(123, message)
.selected_chat(123)
.editing_message(1)
.editing_message(1, 0)
.message_input("Edited text here")
.build();