Skip to content

Commit

Permalink
fix: build err
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-cn committed Jan 27, 2024
1 parent e91692f commit 7bb9d67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ const setOffline = (platform: string, uin: string) => {
}),
);
};
const input = ref();
const scrollToBottom = () => {
nextTick(() => {
const logDom = document.querySelector(".OneBots>.logs>pre");
Expand All @@ -175,7 +174,7 @@ const scrollToBottom = () => {
behavior: "smooth",
});
nextTick(() => {
input.value?.focus()
input.value?.focus();
});
});
};
Expand Down

0 comments on commit 7bb9d67

Please sign in to comment.