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

wbModel -> model

parent 10f2c277
......@@ -2439,7 +2439,7 @@
this.cellCommentator.overlayCtx = wsView.overlayCtx;
this.cellCommentator.drawingCtx = wsView.drawingCtx;
this.cellCommentator.prepareCommentsToSave();
wsModel.aComments = wsModel.aComments.concat(this.wbModel.aComments);
wsModel.aComments = wsModel.aComments.concat(this.model.aComments);
wsModel.aCommentsCoords = wsModel.aCommentsCoords.concat(this.cellCommentator.aCommentCoords);
}
}
......
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