0.2.1
Support undo and redo. This feature is disabled by default. To enable it add the below config.
const config = {
undoStackSize: 10,
// ...
};
Support undo and redo. This feature is disabled by default. To enable it add the below config.
const config = {
undoStackSize: 10,
// ...
};