Skip to content

Commit

Permalink
Added issue comment to fix lint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnettwilliam committed Feb 22, 2024
1 parent f1ae72c commit 1318f87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/src/ConsolePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ class ConsolePanel extends Panel {
editor.hoverLink.on("open", function (e) {
var location = e.value;
if (editor.getValue().indexOf(location) > -1) {
/* TODO fix link highlighting issue mdenet/educationplatform#181
original epsilon playground behaviour */
}
});
}
Expand Down

0 comments on commit 1318f87

Please sign in to comment.