latest build 3

This commit is contained in:
AndzejsP 2023-05-31 13:26:45 +03:00
parent e20269bd92
commit c221386833
4 changed files with 13 additions and 13 deletions

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
View File

@ -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>

View File

@ -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) {