Update Wysiwyg dep and use new focused param on WysiwygComposerView

This commit is contained in:
David Langley
2022-10-17 14:10:02 +01:00
parent bedd6b7983
commit 2e6e909d47
3 changed files with 3 additions and 3 deletions
@@ -96,6 +96,7 @@ struct Composer: View {
.padding(.horizontal, horizontalPadding)
}
WysiwygComposerView(
focused: $focused,
content: wysiwygViewModel.content,
replaceText: wysiwygViewModel.replaceText,
select: wysiwygViewModel.select,