limit of the number of operations to revert
webix.ui({ view:"list", data:dataset, undo:true, undoLimit:40 });
You can set it to Infinity if you want no limit at all.
Infinity