From 1419db558cb805400b86a9b8322700512a13c18c Mon Sep 17 00:00:00 2001 From: Vladimir Schneider Date: Sat, 28 Dec 2019 17:41:25 -0500 Subject: [PATCH] change todo: to fix: --- src/main/resources/markdown-navigator.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/markdown-navigator.js b/src/main/resources/markdown-navigator.js index a337a5f..807d8d0 100644 --- a/src/main/resources/markdown-navigator.js +++ b/src/main/resources/markdown-navigator.js @@ -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"); @@ -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; }