This commit is contained in:
Vanessa 2022-10-30 09:52:18 +08:00
parent 18415517bb
commit fc08e01de2
5 changed files with 7 additions and 8 deletions

View file

@ -217,7 +217,7 @@ export const appearance = {
openColorPicker();
});
appearance.element.querySelector("#resetLayout").addEventListener("click", () => {
resetLayout()
resetLayout();
});
/// #if !BROWSER
appearance.element.querySelector("#appearanceOpenIcon").addEventListener("click", () => {