Skip to content

Commit

Permalink
[eclipse#925] Invoke folding reconcile on doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
ghentschke committed Feb 23, 2024
1 parent 20e8826 commit 678e778
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ protected void markInvalidAnnotationsForDeletion(List<FoldingAnnotation> deletio

@Override
public void reconcile(DirtyRegion dirtyRegion, IRegion partition) {
// Do nothing
reconcile(dirtyRegion);
}

@Override
Expand Down

0 comments on commit 678e778

Please sign in to comment.