Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
Signed-off-by: CTomlyn <[email protected]>
  • Loading branch information
tomlyn committed Dec 4, 2024
1 parent 81a3cf3 commit 376192b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ class CanvasContents extends React.Component {
}
}

// Returns true if the target element passed in is outside the canvas div.
// Returns true if the target element passed in is inside the canvas div.
isTargetInsideCanvas(target) {
return target && target.closest(".common-canvas-drop-div");
}
Expand Down

0 comments on commit 376192b

Please sign in to comment.