Fix misalignment between Redo and Undo after consecutive text pasting.
When inputting the text 'aaa' 'b' 'ccc' and performing Undo.
Before the fix, the text would be 'aaa'.
After the fix, the text would be 'aaa' 'b'.
Bug: chromium:1448416
Change-Id: I4c0175e40aa485d66b6344d16ed3dd7b488d1230
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/113350
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/AUTHORS b/AUTHORS
index d3c30ba..0689774 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -14,6 +14,7 @@
Abdelkarim Sellamna <abdelkarim.se@gmail.com>
Aleksei Skotnikov <fineaskotnikov@gmail.com>
Antonio Gomes <tonikitoo@igalia.com>
+Chenguang Shao <chenguangshao1@gmail.com>
Chery Cherian <cherycherian@gmail.com>
Claudio DeSouza <claudiomdsjr@gmail.com>
Dan Ilan <danilan@gmail.com>