* Check if the document has unsaved changes.
()
| 3151 | * Check if the document has unsaved changes. |
| 3152 | */ |
| 3153 | hasChanges(): boolean { |
| 3154 | return hasChanges(this.ctx.registry); |
| 3155 | } |
| 3156 | |
| 3157 | /** |
| 3158 | * Check if incremental save is possible. |
no test coverage detected