Use receiver.
This commit is contained in:
parent
47856c22ce
commit
cd9f3ad3fb
3 changed files with 3 additions and 3 deletions
|
|
@ -183,7 +183,7 @@ class MarkdownTextInputTest {
|
|||
onTyping: (Boolean) -> Unit = {},
|
||||
onSuggestionReceived: (Suggestion?) -> Unit = {},
|
||||
) {
|
||||
rule.setContent {
|
||||
setContent {
|
||||
val style = ElementRichTextEditorStyle.composerStyle(hasFocus = state.hasFocus)
|
||||
MarkdownTextInput(
|
||||
state = state,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue