bug fix
This commit is contained in:
@@ -1403,6 +1403,11 @@ function CEditorPage(api) {
|
||||
if (false === oThis.m_oApi.bInit_word_control) {
|
||||
return;
|
||||
}
|
||||
if (undefined !== window["AscDesktopEditor"]) {
|
||||
if (false === window["AscDesktopEditor"]["CheckNeedWheel"]()) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
var _ctrl = false;
|
||||
if (e.metaKey !== undefined) {
|
||||
_ctrl = e.ctrlKey || e.metaKey;
|
||||
|
||||
Reference in New Issue
Block a user