Restore MarkdownTextInput contents (#2902)

* Restore `MarkdownTextInput` contents: create a `MarkdownTextInputStateSaver` and use it to save and restore the text and selection.

* Add default text flags to the markdown composer
This commit is contained in:
Jorge Martin Espinosa 2024-05-23 14:59:08 +02:00 committed by GitHub
parent 4df6d0c038
commit cdf6c56f7f
5 changed files with 50 additions and 2 deletions

1
changelog.d/2896.bugfix Normal file
View file

@ -0,0 +1 @@
Set auto captilization, multiline and autocompletion flags for the markdown EditText.

1
changelog.d/2898.bugfix Normal file
View file

@ -0,0 +1 @@
Restoree Markdown text input contents when returning to the room screen.