Skip to content

Commit 93d5c93

Browse files
committed
Make fromHTML open to be overriden in aztec-react-wrapper
1 parent c955d9f commit 93d5c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ open class AztecText : AppCompatEditText, TextWatcher, UnknownHtmlSpan.OnUnknown
10121012
return cursorPosition
10131013
}
10141014

1015-
fun fromHtml(source: String) {
1015+
open fun fromHtml(source: String) {
10161016
val builder = SpannableStringBuilder()
10171017
val parser = AztecParser(plugins)
10181018

0 commit comments

Comments
 (0)