diff --git a/src/App.tsx b/src/App.tsx index 27d8eb6..450bccf 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -464,7 +464,7 @@ function AppContent() { return undefined } - const timeoutId = window.setTimeout(() => setNotice(null), 2600) + const timeoutId = window.setTimeout(() => setNotice(null), 600) return () => window.clearTimeout(timeoutId) }, [notice]) @@ -1677,7 +1677,7 @@ function AppContent() { onDeleteSession={deleteSession} /> -
+
- {isUserMessage ? ( - - ) : null} - - -
- ) : null} + {!editing ? ( +
+ + {isUserMessage ? ( + + ) : null} + + +
+ ) : null} ) }