Commit 85823ec0 authored by SergeyLuzyanin's avatar SergeyLuzyanin

rename event

parent 6f0aff3d
...@@ -2981,7 +2981,7 @@ CGraphicObjects.prototype = ...@@ -2981,7 +2981,7 @@ CGraphicObjects.prototype =
{ {
this.selectedObjects[i].parent.Remove_FromDocument(false); this.selectedObjects[i].parent.Remove_FromDocument(false);
if(this.selectedObjects[i].signatureLine){ if(this.selectedObjects[i].signatureLine){
this.document.Api.sendEvent("asc_onAddSignature", this.selectedObjects[i].signatureLine.id); this.document.Api.sendEvent("asc_onRemoveSignature", this.selectedObjects[i].signatureLine.id);
} }
arr_drawings_.push(this.selectedObjects[i].parent); arr_drawings_.push(this.selectedObjects[i].parent);
} }
......
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