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) {
this.removeCrosshair();
}
if (!this.drawData.initialState) {
this.onDrawDone(null);
}
}
private initDrawing(): void {
if (this.drawData.crosshair) {

Loading…
Cancel
Save