mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
chore: generate
This commit is contained in:
parent
368cd2af4c
commit
19f68382fd
1 changed files with 2 additions and 2 deletions
|
|
@ -1830,7 +1830,7 @@ export default function Layout(props: ParentProps) {
|
|||
size="large"
|
||||
onClick={(e: MouseEvent) => {
|
||||
loadMore()
|
||||
;(e.currentTarget as HTMLButtonElement).blur()
|
||||
;(e.currentTarget as HTMLButtonElement).blur()
|
||||
}}
|
||||
>
|
||||
{language.t("common.loadMore")}
|
||||
|
|
@ -2015,7 +2015,7 @@ export default function Layout(props: ParentProps) {
|
|||
size="large"
|
||||
onClick={(e: MouseEvent) => {
|
||||
loadMore()
|
||||
;(e.currentTarget as HTMLButtonElement).blur()
|
||||
;(e.currentTarget as HTMLButtonElement).blur()
|
||||
}}
|
||||
>
|
||||
{language.t("common.loadMore")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue