Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.2.1 source code.tar.gz | 2022-10-15 | 201.4 kB | |
0.2.1 source code.zip | 2022-10-15 | 266.8 kB | |
README.md | 2022-10-15 | 177 Bytes | |
Totals: 3 Items | 468.4 kB | 0 |
Support undo and redo. This feature is disabled by default. To enable it add the below config.
:::js
const config = {
undoStackSize: 10,
// ...
};