* Redo last change * @return {this} * @example * um.redo();
(all = true)
| 255 | * um.redo(); |
| 256 | */ |
| 257 | redo(all = true) { |
| 258 | const { em, um } = this; |
| 259 | !em.isEditing() && um.redo(all); |
| 260 | return this; |
| 261 | } |
| 262 | |
| 263 | /** |
| 264 | * Redo all changes |
no test coverage detected