By default, SlateJS history stores keystrokes (insert character, backspace, delete) one by one. If you want to roll back, you need to press Ctrl-Z quite many times. It would be better to merge consecutive keystrokes together.
Most probably there is already either a configuration or additional SlateJS plugin to make this. If there is not, we need to figure out something.