Commit 9ea04092 authored by Alexander.Trofimov's avatar Alexander.Trofimov

send event in mobile browser version

parent 66f67030
......@@ -1417,8 +1417,8 @@ var editor;
spreadsheet_api.prototype._sendWorkbookStyles = function () {
if (this.wbModel) {
if (!window['IS_NATIVE_EDITOR'] && window["NATIVE_EDITOR_ENJINE"]) {
// Для нативной версии (сборка) не генерируем стили
if (window["NATIVE_EDITOR_ENJINE"]) {
// Для нативной версии (сборка и приложение) не генерируем стили
return;
}
......@@ -3035,7 +3035,7 @@ var editor;
}
// На view-режиме не нужно отправлять стили
if (true !== this.getViewMode() && !this.isMobileVersion) {
if (true !== this.getViewMode()) {
// Отправка стилей
this._sendWorkbookStyles();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment