From 418e48e13cfd874de2677cde76227164cd00a005 Mon Sep 17 00:00:00 2001 From: alyx Date: Fri, 4 Feb 2022 22:21:43 +0000 Subject: made the sorting of search results be based on closeness as opposed to alphabetical --- grapher/script.js | 1 - 1 file changed, 1 deletion(-) (limited to 'grapher') 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') -- cgit v1.2.3-54-g00ecf