diff options
Diffstat (limited to 'js/stage')
-rwxr-xr-x | js/stage/stage.reel/stage.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/stage/stage.reel/stage.js b/js/stage/stage.reel/stage.js index dc00eac2..4c4ba6c9 100755 --- a/js/stage/stage.reel/stage.js +++ b/js/stage/stage.reel/stage.js | |||
@@ -184,6 +184,8 @@ exports.Stage = Montage.create(Component, { | |||
184 | if(!value) { | 184 | if(!value) { |
185 | this.hideRulers(); | 185 | this.hideRulers(); |
186 | this.hideCanvas(true); | 186 | this.hideCanvas(true); |
187 | drawUtils._eltArray.length = 0; | ||
188 | drawUtils._planesArray.length = 0; | ||
187 | } else if(this._currentDocument.currentView === "design") { | 189 | } else if(this._currentDocument.currentView === "design") { |
188 | this.clearAllCanvas(); | 190 | this.clearAllCanvas(); |
189 | this.initWithDocument(false); | 191 | this.initWithDocument(false); |