mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-06 22:04:38 +01:00
fix: remove draw element from codebase (#3559)
This commit is contained in:
@@ -180,7 +180,6 @@ const hitTestPointAgainstElement = (args: HitTestArgs): boolean => {
|
||||
}
|
||||
case "arrow":
|
||||
case "line":
|
||||
case "draw":
|
||||
return hitTestLinear(args);
|
||||
case "selection":
|
||||
console.warn(
|
||||
|
||||
Reference in New Issue
Block a user