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:
parent
4df6d0c038
commit
cdf6c56f7f
5 changed files with 50 additions and 2 deletions
1
changelog.d/2896.bugfix
Normal file
1
changelog.d/2896.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Set auto captilization, multiline and autocompletion flags for the markdown EditText.
|
||||
1
changelog.d/2898.bugfix
Normal file
1
changelog.d/2898.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Restoree Markdown text input contents when returning to the room screen.
|
||||
Loading…
Add table
Add a link
Reference in a new issue