|
|
|
@ -501,8 +501,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV
|
|
|
|
|
this.setPaintMode(PaintMode.endPaint); |
|
|
|
|
this.resetCanvas(); |
|
|
|
|
this.destroyBackgroundImage(); |
|
|
|
|
if (this.canvasData.selectStorey.imageUrl === null |
|
|
|
|
||this.canvasData.selectStorey.imageUrl === undefined) { |
|
|
|
|
if (!this.canvasData.selectStorey.imageUrl) { |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|