Update wysiwyg to v2.37.14 (#3948)
* Update wysiwyg to v2.37.14 * Add needed `isEditor` parameter to `DefaultHtmlConverterProvider` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
parent
a831f9a3f1
commit
c16015eefb
2 changed files with 2 additions and 1 deletions
|
|
@ -63,6 +63,7 @@ class DefaultHtmlConverterProvider @Inject constructor(
|
|||
return TextDisplay.Custom(mentionSpan)
|
||||
}
|
||||
},
|
||||
isEditor = false,
|
||||
isMention = { _, url -> mentionDetector?.isMention(url).orFalse() }
|
||||
).apply {
|
||||
configureWith(editorStyle)
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ coil = "2.7.0"
|
|||
showkase = "1.0.3"
|
||||
appyx = "1.5.1"
|
||||
sqldelight = "2.0.2"
|
||||
wysiwyg = "2.37.13"
|
||||
wysiwyg = "2.37.14"
|
||||
telephoto = "0.14.0"
|
||||
|
||||
# Dependency analysis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue