зеркало из https://github.com/mozilla/pjs.git
Restore the caret on drag exit. bug 397283, r+sr+a=roc
This commit is contained in:
Родитель
cb5a2ed1cb
Коммит
dd590a4b81
|
@ -620,6 +620,10 @@ nsTextEditorDragListener::DragExit(nsIDOMEvent* aDragEvent)
|
|||
mCaretDrawn = PR_FALSE;
|
||||
}
|
||||
|
||||
nsCOMPtr<nsIPresShell> presShell = do_QueryReferent(mPresShell);
|
||||
if (presShell)
|
||||
presShell->RestoreCaret();
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче