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
2e32e27e7c
commit
adf26f55a7
2 changed files with 2 additions and 1 deletions
|
|
@ -63,6 +63,7 @@ class DefaultHtmlConverterProvider @Inject constructor(
|
||||||
return TextDisplay.Custom(mentionSpan)
|
return TextDisplay.Custom(mentionSpan)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
isEditor = false,
|
||||||
isMention = { _, url -> mentionDetector?.isMention(url).orFalse() }
|
isMention = { _, url -> mentionDetector?.isMention(url).orFalse() }
|
||||||
).apply {
|
).apply {
|
||||||
configureWith(editorStyle)
|
configureWith(editorStyle)
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ coil = "2.7.0"
|
||||||
showkase = "1.0.3"
|
showkase = "1.0.3"
|
||||||
appyx = "1.5.1"
|
appyx = "1.5.1"
|
||||||
sqldelight = "2.0.2"
|
sqldelight = "2.0.2"
|
||||||
wysiwyg = "2.37.13"
|
wysiwyg = "2.37.14"
|
||||||
telephoto = "0.14.0"
|
telephoto = "0.14.0"
|
||||||
|
|
||||||
# Dependency analysis
|
# Dependency analysis
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue