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