Showing
1 changed file
with
1 additions
and
1 deletions
@@ -151,7 +151,7 @@ | @@ -151,7 +151,7 @@ | ||
151 | }); | 151 | }); |
152 | aceEditor.value.setValue(); | 152 | aceEditor.value.setValue(); |
153 | beautify(aceEditor.value.session); | 153 | beautify(aceEditor.value.session); |
154 | - scriptForm.convertJs = aceEditor.value.getValue(); | 154 | + // scriptForm.convertJs = aceEditor.value.getValue(); |
155 | }; | 155 | }; |
156 | const handleCopy = () => { | 156 | const handleCopy = () => { |
157 | const valueRef = aceEditor.value.getValue(); | 157 | const valueRef = aceEditor.value.getValue(); |