Commit 02136888 authored by Alexander.Trofimov's avatar Alexander.Trofimov

set halfSelection in mobile version

parent 348392da
...@@ -1348,7 +1348,7 @@ var editor; ...@@ -1348,7 +1348,7 @@ var editor;
this.wb = new AscCommonExcel.WorkbookView(this.wbModel, this.controller, this.handlers, this.HtmlElement, this.topLineEditorElement, this, this.collaborativeEditing, this.fontRenderingMode); this.wb = new AscCommonExcel.WorkbookView(this.wbModel, this.controller, this.handlers, this.HtmlElement, this.topLineEditorElement, this, this.collaborativeEditing, this.fontRenderingMode);
if (this.isMobileVersion) { if (this.isMobileVersion) {
this.wb.defaults.worksheetView.halfSelection = true;
var _container = document.getElementById(this.HtmlElementName); var _container = document.getElementById(this.HtmlElementName);
if (_container) if (_container)
_container.style.overflow = "hidden"; _container.style.overflow = "hidden";
......
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