mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
fix drawCollaborativeChanges
fix mint rectangles
This commit is contained in:
@ -485,7 +485,6 @@ CNativeGraphics.prototype =
|
||||
},
|
||||
drawCollaborativeChanges : function(x, y, w, h, Color)
|
||||
{
|
||||
this.Native["drawCollaborativeChanges"](x, y, w, h, Color.r, Color.g, Color.b, 255);
|
||||
},
|
||||
drawMailMergeField : function(x, y, w, h)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user