mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2025-08-16 09:40:44 +08:00
Some BugFix
This commit is contained in:
@ -36,10 +36,7 @@ export class CanvasEngine<
|
||||
protected stateMachine: StateMachine;
|
||||
protected options: O;
|
||||
|
||||
deregisterDefaultDeleteItemsAction: () => void;
|
||||
deregisterDefaultZoomCanvasAction: () => void;
|
||||
|
||||
constructor(options: CanvasEngineOptions = {}) {
|
||||
constructor(options:O = {}) {
|
||||
super();
|
||||
this.model = null;
|
||||
this.eventBus = new ActionEventBus(this);
|
||||
|
Reference in New Issue
Block a user