diff options
Diffstat (limited to 'grapher/script.js')
-rw-r--r-- | grapher/script.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grapher/script.js b/grapher/script.js index 78b7efd..50d1055 100644 --- a/grapher/script.js +++ b/grapher/script.js @@ -194,7 +194,6 @@ window.onload = async function() { if (e.target.parentElement.matches('.input') && (newCon.i.nextElementSibling.innerText == newCon.o.nextElementSibling.innerText)) connections.push(newCon); break; - break; case 'drag': if ((performance.now() - start) < 150 && !targ.children[0].matches('#selected')) { switchID(targ.children[0], 'selected') |