This commit is contained in:
Cameron Kaiser 2017-09-01 21:37:44 -07:00
parent 693b6a16ea
commit 19a2166287

View File

@ -953,15 +953,6 @@ nsEditor::EndPlaceHolderTransaction()
selection->SetCanCacheFrameOffset(true);
}
{
// Hide the caret here to avoid hiding it twice, once in EndUpdateViewBatch
// and once in ScrollSelectionIntoView.
RefPtr<nsCaret> caret;
nsCOMPtr<nsIPresShell> presShell = GetPresShell();
if (presShell)
caret = presShell->GetCaret();
// time to turn off the batch
EndUpdateViewBatch();
// make sure selection is in view
@ -969,7 +960,6 @@ nsEditor::EndPlaceHolderTransaction()
// After ScrollSelectionIntoView(), the pending notifications might be
// flushed and PresShell/PresContext/Frames may be dead. See bug 418470.
ScrollSelectionIntoView(false);
}
// cached for frame offset are Not available now
if (selection) {