Fixed code editor coloring again

This commit is contained in:
frikky
2023-03-23 22:34:19 +01:00
parent 04b626c254
commit 165f6c6f86
8 changed files with 72 additions and 55 deletions
+3
View File
@@ -166,6 +166,7 @@ const ParsedAction = (props) => {
lastSaved,
setLastSaved,
setShowVideo,
toolsAppId,
//expansionModalOpen,
//setExpansionModalOpen,
} = props;
@@ -1520,6 +1521,8 @@ const ParsedAction = (props) => {
const shufflecode = fieldCount !== count ? null :
(
<ShuffleCodeEditor
isCloud={isCloud}
toolsAppId={toolsAppId}
fieldCount = {fieldCount}
setFieldCount = {setFieldCount}
actionlist = {actionlist}