Skip to content

Commit 31e9194

Browse files
committed
fixing ui tests
1 parent 14f0d3a commit 31e9194

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/diff/base-unified-diff.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ export abstract class BaseUnifiedDiffManager {
137137
*/
138138
public acceptAll(): void {
139139
// simply accept the current state
140+
const sharedModel = this.getSharedModel();
141+
this._originalSource = sharedModel.getSource();
140142
this.deactivate();
141143
}
142144

0 commit comments

Comments
 (0)