mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: add arrange elements action
This commit is contained in:
parent
4944a739c8
commit
bf8f0c48c3
14 changed files with 388 additions and 0 deletions
|
@ -282,6 +282,7 @@ function CommandPaletteInner({
|
|||
actionManager.actions.alignRight,
|
||||
actionManager.actions.alignVerticallyCentered,
|
||||
actionManager.actions.alignHorizontallyCentered,
|
||||
actionManager.actions.arrangeElements,
|
||||
actionManager.actions.duplicateSelection,
|
||||
actionManager.actions.flipHorizontal,
|
||||
actionManager.actions.flipVertical,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue