diff --git a/app/templates/custom-elements/menu-bar.html b/app/templates/custom-elements/menu-bar.html index f68f5bc21..831a1f8c6 100644 --- a/app/templates/custom-elements/menu-bar.html +++ b/app/templates/custom-elements/menu-bar.html @@ -431,7 +431,6 @@ const cursorList = this.shadowRoot.getElementById("cursor-list"); for (const cursorOption of screenCursorOptions.splice(1)) { const cursorLink = document.createElement("a"); - cursorLink.setAttribute("href", "#"); cursorLink.setAttribute("role", "menuitem"); cursorLink.innerText = cursorOption; cursorLink.addEventListener("click", (evt) => {