mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix corner resize for multi-point arrows (#1105)
The logic to support it was not implemented. This is not the prettiest way to solve it in the world but it does work. Some more refactoring here is probably warranted. Fixes #1039
This commit is contained in:
parent
24fa657093
commit
8e6d55cf75
2 changed files with 59 additions and 23 deletions
|
@ -131,13 +131,6 @@ export function handlerRectangles(
|
|||
} as typeof handlers;
|
||||
}
|
||||
}
|
||||
|
||||
return {
|
||||
n: handlers.n,
|
||||
s: handlers.s,
|
||||
w: handlers.w,
|
||||
e: handlers.e,
|
||||
} as typeof handlers;
|
||||
}
|
||||
|
||||
return handlers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue