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