Bug 1325282 - Remove use of nsIEditorIMESupport. r=Ratty
This commit is contained in:
Родитель
e6b4a7c17e
Коммит
df949a559b
|
@ -888,9 +888,8 @@ function OutputFileWithPersistAPI(editorDoc, aDestinationLocation, aRelatedFiles
|
|||
gPersistObj = null;
|
||||
var editor = GetCurrentEditor();
|
||||
try {
|
||||
var imeEditor = editor.QueryInterface(Components.interfaces.nsIEditorIMESupport);
|
||||
imeEditor.forceCompositionEnd();
|
||||
} catch (e) {}
|
||||
editor.forceCompositionEnd();
|
||||
} catch (e) {}
|
||||
|
||||
var isLocalFile = false;
|
||||
try {
|
||||
|
|
Загрузка…
Ссылка в новой задаче