mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Support initial closed state.
This commit is contained in:
parent
5c7fc66964
commit
2e8f917318
1 changed files with 3 additions and 0 deletions
|
@ -12,4 +12,7 @@ define [
|
|||
element.animate { height: 0 }, 150
|
||||
else
|
||||
element.animate { height: neededHeight }, 150
|
||||
else
|
||||
if shouldCollapse
|
||||
element.height 0
|
||||
}
|
Loading…
Reference in a new issue