This reverts commit 16263e942b
.
This commit is contained in:
@ -4,10 +4,9 @@ import { KEYS } from "../keys";
|
||||
|
||||
export const actionDeleteSelected: Action = {
|
||||
name: "deleteSelectedElements",
|
||||
perform: (elements, appState) => {
|
||||
perform: elements => {
|
||||
return {
|
||||
elements: deleteSelectedElements(elements),
|
||||
appState: { ...appState, elementType: "selection", multiElement: null },
|
||||
};
|
||||
},
|
||||
contextItemLabel: "labels.delete",
|
||||
|
Reference in New Issue
Block a user