Skip to content

Commit 963b428

Browse files
authored
Merge pull request #340 from wordpress-mobile/issue/313-image-loading-scroll
Issue/313 image loading scroll
2 parents fe6d6f6 + 8b55125 commit 963b428

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,7 @@ class AztecText : android.support.v7.widget.AppCompatEditText, TextWatcher, Unkn
778778
disableTextChangedListener()
779779
val selStart = selectionStart
780780
val selEnd = selectionEnd
781+
clearFocus()
781782
text = editableText
782783
setSelection(selStart, selEnd)
783784
enableTextChangedListener()

0 commit comments

Comments
 (0)