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