From c2651dca54135fbbbb122fa9d31390ff9906416e Mon Sep 17 00:00:00 2001 From: Lex Lim Date: Mon, 17 Oct 2022 17:17:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DLoadingBar=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/conversation/conversation.tsx | 2 +- src/components/editor/container.tsx | 2 +- src/components/lorebook/tabs/entry.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/conversation/conversation.tsx b/src/components/conversation/conversation.tsx index dace76d..c0bd71c 100644 --- a/src/components/conversation/conversation.tsx +++ b/src/components/conversation/conversation.tsx @@ -537,7 +537,7 @@ export default function Conversation(props: { function LoadingIndicator() { const generationRequestActive = useRecoilValue(GenerationRequestActive) - return + return } export const GlobalAdventureStyle = createGlobalStyle<{ theme: typeof Dark; nodeTypes: SchemaNodes }>` diff --git a/src/components/editor/container.tsx b/src/components/editor/container.tsx index 09e74c5..4fd6ae7 100644 --- a/src/components/editor/container.tsx +++ b/src/components/editor/container.tsx @@ -489,7 +489,7 @@ export default function EditorContainer({ function LoadingIndicator() { const generationRequestActive = useRecoilValue(GenerationRequestActive) - return + return } interface EditorStateUpdaterProps { diff --git a/src/components/lorebook/tabs/entry.tsx b/src/components/lorebook/tabs/entry.tsx index 95ccd23..27206af 100644 --- a/src/components/lorebook/tabs/entry.tsx +++ b/src/components/lorebook/tabs/entry.tsx @@ -1084,7 +1084,7 @@ function LoreGeneratorTextInput(props: { entry: LoreEntry | null; save: () => vo )} - +