Content from output can now be easy selected (#276)

Reviewed-on: #276
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Co-committed-by: Adam Bem <adam.bem@zoho.eu>
This commit is contained in:
2023-12-06 09:28:51 +01:00
committed by Adam Bem
parent aad0d068d3
commit 307e732608

View File

@@ -220,7 +220,7 @@ function highlightField() {
</div>
</div>
<div class="overflow-auto h-full w-full rounded-2xl" :class="highlightField()">
<CodeEditor :code="result" :config="{disabled:true,language:tool}"></CodeEditor>
<CodeEditor :code="result" :config="{disabled:false,language:tool}"></CodeEditor>
</div>
</div>