This commit is contained in:
ThatOneCalculator 2022-03-21 16:36:56 -07:00
parent bae89b7899
commit 173b42ebe7
2 changed files with 2 additions and 1 deletions

View File

@ -37,4 +37,4 @@ ul.noselect#messages
.line-numbers.noselect
pre#code-view-pre
code#code-view
textarea#text-area(spellcheck='false' autofocus='' name='value' aria-label='Paste input area')
textarea#text-area(spellcheck='false' autofocus='' name='value' aria-label='Paste input area' disabled='')

View File

@ -102,6 +102,7 @@ function newPaste() {
wrapper.classList.add("text-area-proper")
show(editor)
editor.disabled = false
hide(codeViewPre)
hide(viewCounterLabel)
hide(viewCounter)