Update popup.js

This commit is contained in:
Tripti Shukla 2019-11-06 16:43:22 +05:30 committed by GitHub
parent 9901dda8da
commit 26741d21fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -756,7 +756,6 @@ Logic.registerPanel(P_CONTAINER_INFO, {
}); });
Logic.addEnterHandler(document.querySelector("#container-info-hideorshow"), async () => { Logic.addEnterHandler(document.querySelector("#container-info-hideorshow"), async () => {
=======
const hideContEl = document.querySelector("#container-info-hideorshow"); const hideContEl = document.querySelector("#container-info-hideorshow");
hideContEl.setAttribute("tabindex", "0"); hideContEl.setAttribute("tabindex", "0");
Logic.addEnterHandler(hideContEl, async () => { Logic.addEnterHandler(hideContEl, async () => {