mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 21:58:09 +08:00
Don't apply Sogou pinyin input.
This commit is contained in:
@ -309,7 +309,7 @@ define([
|
||||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("de-settings-inputsogou");
|
||||
Common.Utils.InternalSettings.set("de-settings-inputsogou", value);
|
||||
window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
// window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
}
|
||||
|
||||
/** coauthoring begin **/
|
||||
|
||||
@ -812,7 +812,7 @@ define([
|
||||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("de-settings-inputsogou");
|
||||
Common.Utils.InternalSettings.set("de-settings-inputsogou", value);
|
||||
window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
// window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
}
|
||||
|
||||
/** coauthoring begin **/
|
||||
|
||||
@ -247,7 +247,7 @@ define([
|
||||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("pe-settings-inputsogou");
|
||||
Common.Utils.InternalSettings.set("pe-settings-inputsogou", value);
|
||||
window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
// window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
}
|
||||
|
||||
/** coauthoring begin **/
|
||||
|
||||
@ -606,7 +606,7 @@ define([
|
||||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("pe-settings-inputsogou");
|
||||
Common.Utils.InternalSettings.set("pe-settings-inputsogou", value);
|
||||
window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
// window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
}
|
||||
|
||||
/** coauthoring begin **/
|
||||
|
||||
@ -273,7 +273,7 @@ define([
|
||||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("sse-settings-inputsogou");
|
||||
Common.Utils.InternalSettings.set("sse-settings-inputsogou", value);
|
||||
window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
// window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
}
|
||||
|
||||
/** coauthoring begin **/
|
||||
|
||||
@ -153,7 +153,7 @@ define([
|
||||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("sse-settings-inputsogou");
|
||||
Common.Utils.InternalSettings.set("sse-settings-inputsogou", value);
|
||||
window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
// window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
}
|
||||
|
||||
this.api.asc_registerCallback('asc_onOpenDocumentProgress', _.bind(this.onOpenDocument, this));
|
||||
|
||||
Reference in New Issue
Block a user