From 88c49f62d5b55504e1565a2d26ac1fd446c4121c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sun, 6 Jul 2025 16:55:18 +0200 Subject: [PATCH] wylaczenie focusa na polu produktu --- static/js/live.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/live.js b/static/js/live.js index 6df1dcc..fe13529 100644 --- a/static/js/live.js +++ b/static/js/live.js @@ -45,7 +45,7 @@ function setupList(listId, username) { setTimeout(() => { suggestionsBox.innerHTML = ''; }, 200); }); - newItemInput.focus(); + //newItemInput.focus(); newItemInput.addEventListener('keypress', function (e) { if (e.key === 'Enter') { e.preventDefault();