isSkippable

abstract fun isSkippable(): Boolean

Does this batch only contain SkippableChanges? These are selection-only changes. This gives us the choice to automatically jump over selection-only batches when performing undo/redo.

Note, at the time of writing, Glok doesn't have any SkippableChange implementations.