diff options
| author | bob <bcz@cs.brown.edu> | 2019-09-17 15:30:02 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-09-17 15:30:02 -0400 |
| commit | 1310633790e3db50a31a1cc6d357306d7884a053 (patch) | |
| tree | ecb506b53f89d9f4fc991b7d99b841e1a1e77337 /src/client/views/collections/CollectionStackingView.tsx | |
| parent | 9cd476b6cc7a3d72c6b2b96630506b04a5c6fb22 (diff) | |
cleaning up icon animations
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index 0a96676e3..14a9dc9d9 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -163,7 +163,7 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) { </CollectionSchemaPreview>; } getDocHeight(d?: Doc) { - if (!d || d.willMaximize) return 0; + if (!d) return 0; let nw = NumCast(d.nativeWidth); let nh = NumCast(d.nativeHeight); if (!d.ignoreAspect && nw && nh) { |
