Skip to content

Commit

Permalink
Fixes clipboard textarea from becoming disabled after a user-write #18
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Oct 22, 2016
1 parent 6dd6838 commit 54fe3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div id="tooltip" class="hidden">
Color
</div>
<textarea id="clipboard"></textarea>
<textarea id="clipboard" readonly></textarea>
<div id="curtain" class="hidden">
<div id="color-copied">#FFFFFF</div>
<br> Copied to the clipboard</div>
Expand Down

0 comments on commit 54fe3c0

Please # to comment.