зеркало из https://github.com/mozilla/pjs.git
Finish HTML source mode before loading a new document (forgot 2nd part of fix), b=102684, r=brade, sr=kin
This commit is contained in:
Родитель
4225ea625a
Коммит
75b72c17af
|
@ -1433,6 +1433,9 @@ function EditorOpenUrl(url)
|
||||||
{
|
{
|
||||||
if (PageIsEmptyAndUntouched())
|
if (PageIsEmptyAndUntouched())
|
||||||
{
|
{
|
||||||
|
if (IsInHTMLSourceMode())
|
||||||
|
FinishHTMLSource();
|
||||||
|
|
||||||
window.editorShell.LoadUrl(url);
|
window.editorShell.LoadUrl(url);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Загрузка…
Ссылка в новой задаче