Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
5ad9488e
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "77a4c4ce3e6e0d3e31d33b17c8d3ffb250986283"
Commit
5ad9488e
authored
Nov 11, 2023
by
Timothy J. Baek
Browse files
fix: scroll to bottom button
parent
14be6fc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/routes/+page.svelte
src/routes/+page.svelte
+1
-0
No files found.
src/routes/+page.svelte
View file @
5ad9488e
...
@@ -259,6 +259,7 @@
...
@@ -259,6 +259,7 @@
const
createNewChat
=
async
(
init
=
false
)
=>
{
const
createNewChat
=
async
(
init
=
false
)
=>
{
if
(
init
||
messages
.
length
>
0
)
{
if
(
init
||
messages
.
length
>
0
)
{
chatId
=
uuidv4
();
chatId
=
uuidv4
();
autoScroll
=
true
;
messages
=
[];
messages
=
[];
title
=
''
;
title
=
''
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment