mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Merge 60907a5a0e
into debf2ad608
This commit is contained in:
commit
741ddd4e16
48 changed files with 860 additions and 851 deletions
|
@ -424,7 +424,7 @@ export default function ExampleApp({
|
|||
if (!excalidrawAPI) {
|
||||
return false;
|
||||
}
|
||||
const { x, y } = viewportCoordsToSceneCoords(
|
||||
const [x, y] = viewportCoordsToSceneCoords(
|
||||
{
|
||||
clientX: event.clientX - pointerDownState.hitElementOffsets.x,
|
||||
clientY: event.clientY - pointerDownState.hitElementOffsets.y,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue