fix
This commit is contained in:
@@ -108,6 +108,7 @@ export class EventManager {
|
|||||||
const list = [
|
const list = [
|
||||||
{ key: "ctrl-c", handler: () => this.handleCopy(event, activeNodeID) },
|
{ key: "ctrl-c", handler: () => this.handleCopy(event, activeNodeID) },
|
||||||
{ key: "delete", handler: () => this.handleDelete(event, activeNodeID) },
|
{ key: "delete", handler: () => this.handleDelete(event, activeNodeID) },
|
||||||
|
{ key: "Backspace", handler: () => this.handleDelete(event, activeNodeID) },
|
||||||
{ key: "ctrl-z", handler: () => this.stateManager.undoState() },
|
{ key: "ctrl-z", handler: () => this.stateManager.undoState() },
|
||||||
{ key: "ctrl-shift-z", handler: () => this.stateManager.redoState() },
|
{ key: "ctrl-shift-z", handler: () => this.stateManager.redoState() },
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user