mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-13 20:39:54 +02:00
feat: support selecting multiple points when editing line (#4373)
This commit is contained in:
@@ -83,7 +83,7 @@ export const isHittingElementBoundingBoxWithoutHittingElement = (
|
||||
);
|
||||
};
|
||||
|
||||
const isHittingElementNotConsideringBoundingBox = (
|
||||
export const isHittingElementNotConsideringBoundingBox = (
|
||||
element: NonDeletedExcalidrawElement,
|
||||
appState: AppState,
|
||||
point: Point,
|
||||
|
Reference in New Issue
Block a user