tiny bug fix
This commit is contained in:
parent
29f3ccf3d1
commit
1b89514039
|
@ -526,7 +526,7 @@ OpenJsCad.Processor.prototype = {
|
|||
this.hasstl = false;
|
||||
if(this.stlDirEntry)
|
||||
{
|
||||
this.stlDirEntry.removeRecursively();
|
||||
this.stlDirEntry.removeRecursively(function(){});
|
||||
this.stlDirEntry=null;
|
||||
}
|
||||
this.enableItems();
|
||||
|
|
Loading…
Reference in a new issue