mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-20 09:16:15 +00:00
latest build 3
This commit is contained in:
parent
e20269bd92
commit
c221386833
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>GPT4All - WEBUI</title>
|
||||
<script type="module" crossorigin src="/assets/index-a6afff08.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-505c2864.css">
|
||||
<script type="module" crossorigin src="/assets/index-adf0ac55.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-d52a77f8.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -288,13 +288,13 @@ export default {
|
||||
this.discussionArr = res.data.filter((item) => item.type == 0)
|
||||
|
||||
}
|
||||
nextTick(() => {
|
||||
// nextTick(() => {
|
||||
|
||||
const msgList = document.getElementById('messages-list')
|
||||
// const msgList = document.getElementById('messages-list')
|
||||
|
||||
this.scrollBottom(msgList)
|
||||
// this.scrollBottom(msgList)
|
||||
|
||||
})
|
||||
// })
|
||||
}
|
||||
} catch (error) {
|
||||
console.log(error.message, 'load_discussion')
|
||||
@ -487,13 +487,13 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
// nextTick(() => {
|
||||
nextTick(() => {
|
||||
|
||||
// const msgList = document.getElementById('messages-list')
|
||||
const msgList = document.getElementById('messages-list')
|
||||
|
||||
// this.scrollBottom(msgList)
|
||||
this.scrollBottom(msgList)
|
||||
|
||||
// })
|
||||
})
|
||||
}
|
||||
},
|
||||
scrollToElement(el) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user