Commit e2f422e8 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Добавил проверку на принятие изменений (в этот момент не нужно отрисовывать)

Баг http://bugzserver/show_bug.cgi?id=26668

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58496 954022d7-b5bf-4e40-9824-e11837661b57
parent b5a27a5c
......@@ -1805,7 +1805,8 @@
// ----- Drawing -----
WorksheetView.prototype.draw = function (lockDraw) {
if( lockDraw ) return this;
if (lockDraw || this.model.workbook.bCollaborativeChanges)
return this;
this._clean();
this._drawCorner();
this._drawColumnHeaders(/*drawingCtx*/ undefined);
......
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