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

mobile color for selection

parent 5c804652
......@@ -1349,6 +1349,7 @@ var editor;
if (this.isMobileVersion) {
this.wb.defaults.worksheetView.halfSelection = true;
this.wb.defaults.worksheetView.activeCellBorderColor = new CColor(79, 158, 79);
var _container = document.getElementById(this.HtmlElementName);
if (_container)
_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