Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
szweibel committed Oct 13, 2023
1 parent 525c2a3 commit 1c71f94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions components/Editor/DrawerEditorMovable.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ export default function DrawerEditor(props) {
const whichEditor = () => {
if (language === 'python') {
return (
// <PythonEditorComponent language={language}
// defaultCode={text}
// handleOpenClose={handleOpenClose}
// runButtonNeeded={true}
// {...props} />
<Jupyter
<PythonEditorComponent language={language}
defaultCode={text}
handleOpenClose={handleOpenClose}
runButtonNeeded={false}
/>
runButtonNeeded={true}
{...props} />
// <Jupyter
// handleOpenClose={handleOpenClose}
// runButtonNeeded={false}
// />
)
}
else if (language === 'javascript') {
Expand Down
2 changes: 1 addition & 1 deletion styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ header {
grid-template-rows: 1fr;
grid-template-columns: 1fr 1fr;
margin-top: 20px;
z-index: 12;
z-index: 9;
position: sticky;
bottom: 0px;

Expand Down

0 comments on commit 1c71f94

Please sign in to comment.