(e)
| 218 | } |
| 219 | |
| 220 | undo (e) { |
| 221 | if (document.activeElement?.id === 'thangs-treema') { return } |
| 222 | if (!this.editThangView) { this.thangsTreema.undo() } else { this.editThangView.undo() } |
| 223 | } |
| 224 | |
| 225 | redo (e) { |
| 226 | if (document.activeElement?.id === 'thangs-treema') { return } |