Skip to content

History

Enable/Disable editor history support

import { Editor } from 'ngx-editor';
new Editor({
history: true,
});

Note: You may need to disable history if you are using collaborative editing

Related links