We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b709b7d + 816eef8 commit d5b1bc9Copy full SHA for d5b1bc9
src/components/ThumbnailNavigation.js
@@ -167,6 +167,7 @@ export function ThumbnailNavigation({
167
role="grid"
168
>
169
<div role="row" style={{ height: '100%', width: '100%' }}>
170
+ { canvasGroupings.length > 0 && (
171
<AutoSizer
172
defaultHeight={100}
173
defaultWidth={400}
@@ -186,6 +187,7 @@ export function ThumbnailNavigation({
186
187
</List>
188
)}
189
</AutoSizer>
190
+ )}
191
</div>
192
</Paper>
193
);
0 commit comments