File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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" ) ;
You can’t perform that action at this time.
0 commit comments