feat(goplay): set readonly textarea
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
5f51ef354f
commit
73efea4329
2 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue