Skip to content

Commit

Permalink
Fixes clipboard textarea from becoming disabled after a user-write mi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike authored and bildlich committed Oct 22, 2016
1 parent c9dc8e4 commit 2c73073
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 @@ -24,7 +24,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 2c73073

Please # to comment.