This commit is contained in:
Vanessa 2024-04-07 23:58:24 +08:00
parent b3c39f450b
commit c978a42d3f
10 changed files with 16 additions and 18 deletions

View file

@ -470,6 +470,6 @@ export class Outline extends Model {
currentElement.classList.add("b3-list-item--focus");
}
}
this.element.removeAttribute("data-loading")
this.element.removeAttribute("data-loading");
}
}