feat: support selecting multiple points when editing line (#4373)

This commit is contained in:
David Luzar
2021-12-13 13:35:07 +01:00
committed by GitHub
parent c822055ec8
commit 104664cb9e
12 changed files with 614 additions and 223 deletions

View File

@@ -83,7 +83,7 @@ export const isHittingElementBoundingBoxWithoutHittingElement = (
);
};
const isHittingElementNotConsideringBoundingBox = (
export const isHittingElementNotConsideringBoundingBox = (
element: NonDeletedExcalidrawElement,
appState: AppState,
point: Point,