Skip to content

Commit

Permalink
ASTDiff: (GUI) Add editors to window for later references
Browse files Browse the repository at this point in the history
Related to tsantalis#727
  • Loading branch information
pouryafard75 committed May 29, 2024
1 parent c22d486 commit 06694e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/web/dist/monaco.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,7 @@ require(['vs/editor/editor.main'], function() {
}
}
});
window.leftEditor = leftEditor;
window.rightEditor = rightEditor;
});
});

0 comments on commit 06694e4

Please sign in to comment.