We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507e41f commit 73fe2eaCopy full SHA for 73fe2ea
1 file changed
src/sidebarApps/files/index.js
@@ -105,10 +105,10 @@ export function fixHeight(target) {
105
106
if (target === activeFileList) {
107
if (list.collapsed) {
108
- list.style.removeProperty("max-height");
109
- list.style.removeProperty("height");
+ list.style.removeProperty("max-height");
+ list.style.removeProperty("height");
110
return;
111
- };
+ }
112
target = list;
113
}
114
@@ -119,10 +119,10 @@ export function fixHeight(target) {
119
120
121
122
123
124
125
126
127
list.collapse();
128
list.style.removeProperty("max-height");
0 commit comments