Skip to content

Commit

Permalink
Unconfigure GenericTextEditorMergeViewer before document change
Browse files Browse the repository at this point in the history
  • Loading branch information
zulus authored and mickaelistria committed Sep 29, 2023
1 parent f2e78a8 commit 6683f3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void inputDocumentChanged(IDocument oldInput, IDocument newInput) {

@Override
public void inputDocumentAboutToBeChanged(IDocument oldInput, IDocument newInput) {
// Nothing to do
res.unconfigure();
}
});
return res;
Expand Down

0 comments on commit 6683f3f

Please sign in to comment.