Skip to content

Commit 14f0d3a

Browse files
committed
making acceptall() public
1 parent c7ed41e commit 14f0d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diff/base-unified-diff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export abstract class BaseUnifiedDiffManager {
135135
/**
136136
* Accept all changes
137137
*/
138-
protected acceptAll(): void {
138+
public acceptAll(): void {
139139
// simply accept the current state
140140
this.deactivate();
141141
}

0 commit comments

Comments
 (0)