Skip to content

Commit

Permalink
change todo: to fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
vsch committed Dec 28, 2019
1 parent 2aa52c8 commit 1419db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/markdown-navigator.js
Expand Up @@ -89,7 +89,7 @@ window.console = console;
markdownNavigator = (function () {
"use strict";

// TODO: change this for real implementation using computed CSS properties of element
// FIX: change this for real implementation using computed CSS properties of element
// and an overlay element
const HIGHLIGHT = "markdown-navigator-highlight";
const HIGHLIGHT_STYLE = document.createElement("style");
Expand Down Expand Up @@ -205,7 +205,7 @@ markdownNavigator = (function () {
}

if (child.nodeName.startsWith("#")) {
// TODO: when overlays are implemented to handle non-element nodes, highlight the child
// FIX: when overlays are implemented to handle non-element nodes, highlight the child
break;
}

Expand Down

0 comments on commit 1419db5

Please sign in to comment.