Skip to content

Commit

Permalink
Update canvas.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yashdusing authored Mar 21, 2018
1 parent efb24b5 commit 532bd56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ide/static/js/canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ class Canvas extends React.Component {
clickLayerEvent(event, layerId) { // happens when layer is clicked and also dragged
if (this.clickOrDraggedLayer === 0) {
if (this.props.deleteMode){
console.log("Delete mode layer triggered");
this.props.deleteLayer(layerId);
}
else
Expand Down

0 comments on commit 532bd56

Please sign in to comment.