diff --git a/web/src/containers/Studio/editor.tsx b/web/src/containers/Studio/editor.tsx index 0ecb218..81c6df0 100644 --- a/web/src/containers/Studio/editor.tsx +++ b/web/src/containers/Studio/editor.tsx @@ -357,6 +357,8 @@ const SASjsEditor = ({ > void @@ -464,6 +468,8 @@ type RunMenuProps = { const RunMenu = ({ selectedFilePath, + fileContent, + prevFileContent, selectedRunTime, runTimes, handleChangeRunTime, @@ -496,10 +502,21 @@ const RunMenu = ({ {selectedFilePath ? ( - - - - + + + + + + ) : (