feat(goplay): set readonly textarea
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2025-07-28 22:02:53 +02:00
commit 73efea4329
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<details>
<summary class="hugo-goplay-summary">Test me</summary>
<textarea class="hugo-goplay-textarea" id="textarea-{{ $id }}"></textarea>
<textarea readonly class="hugo-goplay-textarea" id="textarea-{{ $id }}"></textarea>
<div id="{{ $id }}" class="hugo-goplay-result"></div>
<div class="hugo-goplay-toolbox">
<button role="button" class="hugo-goplay-button" id="hugo-goplay-tool-{{ $id }}-run">

View file

@ -2,7 +2,7 @@
<details>
<summary class="hugo-goplay-summary">Test me</summary>
<textarea class="hugo-goplay-textarea" id="textarea-{{ $id }}"></textarea>
<textarea readonly class="hugo-goplay-textarea" id="textarea-{{ $id }}"></textarea>
<div id="{{ $id }}" class="hugo-goplay-result"></div>
<div class="hugo-goplay-toolbox">
<button role="button" class="hugo-goplay-button" id="hugo-goplay-tool-{{ $id }}-run">