mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 21:44:59 +08:00
fix: auto scroll on enter
This commit is contained in:
@@ -27,8 +27,7 @@ export const useUpdateStore = create<UpdateStore>()(
|
||||
|
||||
try {
|
||||
const data = await (await fetch(FETCH_TAG_URL)).json();
|
||||
const sha = data[0].name as string;
|
||||
const remoteId = sha.substring(0, 7);
|
||||
const remoteId = data[0].name as string;
|
||||
set(() => ({
|
||||
lastUpdate: Date.now(),
|
||||
remoteId,
|
||||
|
Reference in New Issue
Block a user