Browse Source

Fixed not toggling properly.

master
Trey Del Bonis 4 years ago
parent
commit
fc6928b553
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      www/main.js

+ 1
- 1
www/main.js View File

@@ -242,7 +242,7 @@ function makeBlockElem(block, prevBlock) {
entry.appendChild(innerElem);
entry.classList.add("blocklistentry");
entry.onclick = function() {
entry.classList.add("blbselected");
toggleElemSelected(entry);
};

return entry;

Loading…
Cancel
Save