diff --git a/build.mjs b/build.mjs index d118bed..5e20e70 100644 --- a/build.mjs +++ b/build.mjs @@ -246,6 +246,7 @@ async function build() { true, generateWebpackCallback(() => finishOutput('-without-katex')), ) + await new Promise((r) => setTimeout(r, 2000)) await runWebpack( false, generateWebpackCallback(() => finishOutput('')), diff --git a/src/components/InputBox/index.jsx b/src/components/InputBox/index.jsx index ff3502c..1227628 100644 --- a/src/components/InputBox/index.jsx +++ b/src/components/InputBox/index.jsx @@ -21,6 +21,7 @@ export function InputBox({ onSubmit, enabled }) { return (