diff --git a/src/static_canvas.class.js b/src/static_canvas.class.js index 68a8e9ec518..41dc20d0495 100644 --- a/src/static_canvas.class.js +++ b/src/static_canvas.class.js @@ -855,7 +855,7 @@ renderAll: function () { var canvasToDrawOn = this.contextContainer, objsToRender; - if (this.contextTop && this.selection && !this._groupSelector) { + if (this.contextTop && this.selection && !this._groupSelector && !this.isDrawingMode) { this.clearContext(this.contextTop); }