more precise FallbackSpinner height for SquiggleEditor

This commit is contained in:
Vyacheslav Matyukhin 2022-07-23 21:56:28 +04:00
parent 0ad09c96aa
commit ce31dc62c2
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -3,7 +3,7 @@ import { FallbackSpinner } from "./FallbackSpinner";
export function SquiggleEditor(props) {
return (
<BrowserOnly fallback={<FallbackSpinner height={280} />}>
<BrowserOnly fallback={<FallbackSpinner height={292} />}>
{() => {
const LibComponent =
require("@quri/squiggle-components").SquiggleEditor;