From ed496bdf60bbf8f29e7cb889d811581ad61f3306 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 29 Jun 2024 10:12:06 -0700 Subject: [PATCH] fix: Flash of mispositioned document loading placeholder --- app/scenes/Document/components/Document.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/scenes/Document/components/Document.tsx b/app/scenes/Document/components/Document.tsx index 29306ac02..3ce74d3fd 100644 --- a/app/scenes/Document/components/Document.tsx +++ b/app/scenes/Document/components/Document.tsx @@ -513,7 +513,17 @@ class DocumentScene extends React.Component { fullWidth={document.fullWidth} tocPosition={tocPos} > - }> + + + + } + > {revision ? (