Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit bb79e2a0 authored by Manu Suresh's avatar Manu Suresh
Browse files

web-installer: ViewManager: go back to previous search logic for current card

* This seem to cause the internal state to go back one card instead of currently clicked card
parent 469bd394
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -368,7 +368,7 @@ document.addEventListener("DOMContentLoaded", async () => {

  let elts = document.querySelectorAll(".card button");
  for (let elt of elts) {
    const card = elt.closest(".card");
    const card = elt.parentElement.parentElement;
    if (!card || card.className.includes("inactive")) {
      continue;
    }