Skip to content

Commit

Permalink
Touch up, move extraneous DrawTool destory
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Feb 15, 2024
1 parent 2b2ed34 commit bb4ee0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/essence/Tools/Draw/DrawTool.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ var DrawTool = {
if (DrawTool.files[f].is_master)
DrawTool.masterFileIds.push(DrawTool.files[f].id)
}
DrawTool.destroy()
})
}
},
Expand Down

0 comments on commit bb4ee0f

Please sign in to comment.