font settings
This commit is contained in:
parent
1ded398468
commit
4959bff060
10 changed files with 31 additions and 30 deletions
|
|
@ -9,10 +9,10 @@ import { Header } from './Header';
|
|||
// }
|
||||
|
||||
export default function EmbeddedReplEditor(Props) {
|
||||
const { context } = Props;
|
||||
const { context, ...editorProps } = Props;
|
||||
const { pending, started, handleTogglePlay, containerRef, editorRef, error, init } = context;
|
||||
return (
|
||||
<div className="h-full flex flex-col relative">
|
||||
<div className="h-full flex flex-col relative" {...editorProps}>
|
||||
<Loader active={pending} />
|
||||
<Header context={context} embedded={true} />
|
||||
<BigPlayButton started={started} handleTogglePlay={handleTogglePlay} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue