From f0510d7d32954805d61f84d3829d6c80abb400af Mon Sep 17 00:00:00 2001 From: triptishukla Date: Thu, 17 Oct 2019 14:10:08 +0530 Subject: [PATCH] cleaned the code --- src/js/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/popup.js b/src/js/popup.js index 2dfa427..b96eb1e 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -1077,7 +1077,7 @@ Logic.registerPanel(P_CONTAINER_EDIT, { document.querySelector("#edit-container-panel-usercontext-input").value = userContextId || NEW_CONTAINER_ID; const containerName = document.querySelector("#edit-container-panel-name-input"); window.requestAnimationFrame(() => { - containerName.select();edit-container-panel-name-input + containerName.select(); containerName.focus(); }); [...document.querySelectorAll("[name='container-color']")].forEach(colorInput => {