🎨 dock

This commit is contained in:
Vanessa 2023-09-14 10:47:54 +08:00
parent ecf2e9af31
commit c4d052b934

View file

@ -218,6 +218,7 @@ export class Dock {
} else {
this.layout.element.style.opacity = "";
this.layout.element.style.transform = "";
this.layout.element.style.zIndex = "";
if (hasActive) {
this.resizeElement.classList.remove("fn__none");
}