From 04133a424cde34fbce3978e538f8db105cadbe9f Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Sat, 26 Feb 2022 01:02:44 -0500 Subject: focus --- static/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/script.js b/static/script.js index 37c5725..2516256 100644 --- a/static/script.js +++ b/static/script.js @@ -192,8 +192,8 @@ document.addEventListener('keydown', function(e) { }) document.addEventListener('mousedown', function(e) { - console.log('click', e.target) if (Array.from(e.target.classList).includes('entrybox')) { + e.preventDefault(); unfocus(document.querySelector(`[data-offset="${focused}"]`)); focus(e.target); } -- cgit v1.2.3