Skip to content

Commit

Permalink
Fixes #422: Crash if duplicate button is used
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Werner committed Mar 18, 2019
1 parent 9efd4b7 commit c432e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octoprint_mrbeam/static/js/working_area.js
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,7 @@ $(function(){
file.id = id; // list entry id
file.previewId = previewId;
file.misfit = false;
file.typePath = src.typePath;

self.placedDesigns.push(file);
self.placeSmart(newSvg);
Expand Down

0 comments on commit c432e80

Please sign in to comment.