Skip to content

Commit

Permalink
Merge pull request #26 from hpccsystems-solutions-lab/mfancher/hpcc-j…
Browse files Browse the repository at this point in the history
…s-codemirror-swap

Update CodeEditor.tsx
  • Loading branch information
FancMa01 authored Jan 19, 2024
2 parents 7e71ef0 + 681679c commit 536df88
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pages/components/CodeEditor.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from "react";
import AceEditor from "react-ace";

import { ECLEditorComponent } from "./ECLCodeEditor";

// if (typeof navigator !== 'undefined') {
Expand All @@ -15,18 +15,6 @@ const CodeEditor = (props: any) => {
height={400}
onChange={props.onChange}
></ECLEditorComponent>
{/* <AceEditor
mode="sql"
width="100%"
height="800px"
fontSize="1rem"
defaultValue={props.value ? props.value.toString() : ""}
showPrintMargin={false}
onChange={props.onChange}
setOptions={{
highlightActiveLine: true,
}}
/> */}
</div>
);
};
Expand Down

0 comments on commit 536df88

Please sign in to comment.