mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
CMD + D to Duplicate Selection (#982)
* cmd+d to duplicate selection * use duplicateElement instead * use duplicateElement instead * Update actionDuplicateSelection.ts * select the new duplicated element * add locale * use event.key instead of event.code Co-authored-by: David Luzar <luzar.david@gmail.com>
This commit is contained in:
parent
6966a7a008
commit
ae9b64a623
3 changed files with 32 additions and 1 deletions
|
@ -6,6 +6,7 @@ export {
|
|||
actionSendToBack,
|
||||
} from "./actionZindex";
|
||||
export { actionSelectAll } from "./actionSelectAll";
|
||||
export { actionDuplicateSelection } from "./actionDuplicateSelection";
|
||||
export {
|
||||
actionChangeStrokeColor,
|
||||
actionChangeBackgroundColor,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue