Commit e59e9927 authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

не перерисовывать комментарии при повторном включении

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53669 954022d7-b5bf-4e40-9824-e11837661b57
parent 9301b0ae
......@@ -1277,8 +1277,10 @@ asc_CCellCommentator.prototype = {
asc_showComments: function() {
var _this = this;
_this.bShow = true;
_this.drawCommentCells();
if ( !_this.bShow ) {
_this.bShow = true;
_this.drawCommentCells();
}
},
asc_hideComments: function() {
......
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