Insert multiple shapes

main
Boris Sekachev 6 years ago
parent 0cf3978ead
commit 2e6a92afa4

@ -163,8 +163,11 @@ export class DrawHandlerImpl implements DrawHandler {
if (this.crosshair) { if (this.crosshair) {
this.removeCrosshair(); this.removeCrosshair();
} }
if (!this.drawData.initialState) {
this.onDrawDone(null); this.onDrawDone(null);
} }
}
private initDrawing(): void { private initDrawing(): void {
if (this.drawData.crosshair) { if (this.drawData.crosshair) {

Loading…
Cancel
Save