This commit is contained in:
Vanessa 2023-04-19 11:28:26 +08:00
parent a18e3a585c
commit 8c19d17946
7 changed files with 15 additions and 16 deletions

View file

@ -339,7 +339,7 @@ export const bazaar = {
highlightRender(mdElement);
});
}
readmeElement.classList.add("config-bazaar__readme--show")
readmeElement.classList.add("config-bazaar__readme--show");
},
bindEvent() {
fetchPost("/api/bazaar/getBazaarTheme", {}, response => {
@ -377,7 +377,7 @@ export const bazaar = {
event.stopPropagation();
break;
} else if (type === "goBack") {
bazaar.element.querySelector("#configBazaarReadme").classList.remove("config-bazaar__readme--show")
bazaar.element.querySelector("#configBazaarReadme").classList.remove("config-bazaar__readme--show");
event.preventDefault();
event.stopPropagation();
break;