mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-16 18:54:34 +01: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