mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-12 20:10:09 +02:00
Center element on paste (#248)
* Center element on paste * paste on cursor position * correctly center elements * rename vars
This commit is contained in:

committed by
GitHub

parent
a73e4e28aa
commit
1ea72e9134
@@ -11,5 +11,7 @@ export type AppState = {
|
||||
viewBackgroundColor: string;
|
||||
scrollX: number;
|
||||
scrollY: number;
|
||||
cursorX: number;
|
||||
cursorY: number;
|
||||
name: string;
|
||||
};
|
||||
|
Reference in New Issue
Block a user