diff --git a/versions/1.0.3/app/bt.js b/versions/1.0.3/app/bt.js index b8e55f4..804a2a6 100644 --- a/versions/1.0.3/app/bt.js +++ b/versions/1.0.3/app/bt.js @@ -1233,6 +1233,7 @@ function clearSelected() { // utility - unselect tt node if any const currentSelection = $("tr.selected")[0]; if (currentSelection) { + $("tr.selected").removeClass('selected'); const node = $(currentSelection).attr("data-tt-id"); AllNodes[node]?.unshowForSearch(); }