Skip to content

Commit 73fe2ea

Browse files
chore: format
1 parent 507e41f commit 73fe2ea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/sidebarApps/files/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ export function fixHeight(target) {
105105

106106
if (target === activeFileList) {
107107
if (list.collapsed) {
108-
list.style.removeProperty("max-height");
109-
list.style.removeProperty("height");
108+
list.style.removeProperty("max-height");
109+
list.style.removeProperty("height");
110110
return;
111-
};
111+
}
112112
target = list;
113113
}
114114

@@ -119,10 +119,10 @@ export function fixHeight(target) {
119119
}
120120

121121
if (list.collapsed) {
122-
list.style.removeProperty("max-height");
123-
list.style.removeProperty("height");
122+
list.style.removeProperty("max-height");
123+
list.style.removeProperty("height");
124124
return;
125-
};
125+
}
126126

127127
list.collapse();
128128
list.style.removeProperty("max-height");

0 commit comments

Comments
 (0)