Add loading state and disable interactions during page generation
This commit is contained in:
@@ -287,6 +287,8 @@ export default function StoryEditorPage() {
|
||||
/>
|
||||
<ComicCanvas
|
||||
page={pages[currentPage]}
|
||||
pageIndex={currentPage}
|
||||
isLoading={loadingPageId === currentPage}
|
||||
onInfoClick={() => setShowInfoSheet(true)}
|
||||
onRedrawClick={handleRedrawPage}
|
||||
onNextPage={() =>
|
||||
|
||||
Reference in New Issue
Block a user