pastebin: set highlight to false by default

This commit is contained in:
Peter Cai 2020-02-18 20:31:56 +08:00
parent 348ea6c49c
commit 1cb2f00554
No known key found for this signature in database
GPG key ID: 71F5FB4E4F3FD54F

View file

@ -8,7 +8,7 @@ class Pastebin extends React.Component
@state =
text: ""
pasting: false
highlight: true
highlight: false # Make this false by default to avoid blocking
switchToUpload: false
onEditTextUpdate: (ev) =>