APIDiagram Editor APIHistory manager APIHistory manager methodsenable()On this pageenable() Description Restarts the work of HistoryManager, saving the current state as initial stateUsageenable(): void;Exampleconst editor = new dhx.DiagramEditor("editor_container", { type: "default"});// ...editor.history.enable();Change log: Added in v4.1