Merge branch 'dev'
CI/CD / deploy (push) Failing after 3m0s
Details
CI/CD / deploy (push) Failing after 3m0s
Details
This commit is contained in:
commit
06af5919bb
|
|
@ -684,7 +684,7 @@ export class RStackIdentity extends HTMLElement {
|
|||
dropdown.classList.toggle("open");
|
||||
});
|
||||
|
||||
document.addEventListener("pointerdown", () => dropdown.classList.remove("open"));
|
||||
document.addEventListener("click", () => dropdown.classList.remove("open"));
|
||||
|
||||
this.#shadow.querySelectorAll("[data-action]").forEach((el) => {
|
||||
el.addEventListener("click", (e) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue