mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 07:37:10 +00:00
Add sitemap to build
This commit is contained in:
@@ -33,7 +33,7 @@ export const BiomeSourcePreview = ({ model, data, shown, lang, version }: Previe
|
||||
refineTimeout.current = setTimeout(() => {
|
||||
res.current = 1
|
||||
redraw()
|
||||
}, 150)
|
||||
}, 150) as any
|
||||
}
|
||||
},
|
||||
async onDrag(dx, dy) {
|
||||
|
||||
@@ -154,7 +154,7 @@ export function Generator({ lang, changeTitle, version, onChangeVersion }: Gener
|
||||
if (copyTimeout.current !== undefined) clearTimeout(copyTimeout.current)
|
||||
copyTimeout.current = setTimeout(() => {
|
||||
setCopyActive(false)
|
||||
}, 2000)
|
||||
}, 2000) as any
|
||||
}
|
||||
|
||||
const [previewShown, setPreviewShown] = useState(false)
|
||||
|
||||
Reference in New Issue
Block a user