mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 05:44:10 +00:00
Fixed bug that prevented typing when in Editor mode.
This commit is contained in:
parent
46536be078
commit
24215934c2
@ -78,6 +78,8 @@ nsresult NS_InitEditorMode(nsIDOMDocument *aDOMDocument, nsIPresShell* aPresShel
|
||||
}
|
||||
|
||||
result = gEditor->Init(aDOMDocument, aPresShell, 0);
|
||||
if (NS_SUCCEEDED(result))
|
||||
result = gEditor->PostCreate();
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user