You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.