Merge pull request #1049 from quantified-uncertainty/playground-show-summary-by-default

Playground should show stat summary by default
This commit is contained in:
Ozzie Gooen 2022-08-31 20:54:27 -07:00 committed by GitHub
commit d50c9ca930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,7 +231,7 @@ export const PlaygroundContext = React.createContext<PlaygroundContextShape>({
export const SquigglePlayground: FC<PlaygroundProps> = ({
defaultCode = "",
height = 500,
showSummary = false,
showSummary = true,
logX = false,
expY = false,
title,