enable save/download button

This commit is contained in:
nullobsi 2022-04-06 09:23:39 -07:00 committed by GitHub
parent 82c6035e44
commit 15ab71ef3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ function viewPaste(content: string, views: string, singleView: boolean) {
addMessage("This is a single-view paste!")
}
disable(saveButton)
enable(saveButton)
disable(markdownButton)
enable(newButton)
enable(copyButton)