forked from akai/readest
This commit is contained in:
@@ -751,7 +751,7 @@ const FoliateViewer: React.FC<{
|
||||
/>
|
||||
<ParagraphControl bookKey={bookKey} viewRef={viewRef} gridInsets={gridInsets} />
|
||||
{((!docLoaded.current && loading) || viewState?.loading) && (
|
||||
<div className='bg-base-100/85 absolute left-0 top-0 z-10 flex h-full w-full items-center justify-center'>
|
||||
<div className='absolute left-0 top-0 z-10 flex h-full w-full items-center justify-center'>
|
||||
<Spinner loading={true} />
|
||||
</div>
|
||||
)}
|
||||
|
||||
+1
-1
Submodule packages/foliate-js updated: 4ced7172bd...59ca7ca85c
Reference in New Issue
Block a user