fix: Pinned documents animate out when navigating between collections

This commit is contained in:
Tom Moor
2022-02-08 22:21:16 -08:00
parent 9cf3469b81
commit 9d77baccfd

View File

@@ -98,6 +98,9 @@ function CollectionScene() {
return collection ? (
<Scene
// Forced mount prevents animation of pinned documents when navigating
// _between_ collections, speeds up perceived performance.
key={collection.id}
centered={false}
textTitle={collection.name}
title={