OwO icon indicating copy to clipboard operation
OwO copied to clipboard

Compatible with HTML contenteditable element

Open ccloli opened this issue 8 years ago • 0 comments

This PR should compatible with rich text editor.

HTML part example:

<div id="editor" contenteditable="true">
    Made by <a href="https://www.anotherhome.net/" target="_blank">DIYgod</a>. Available on <a href="https://github.com/DIYgod/OwO" target="_blank">GitHub</a>. Licensed MIT.
</div>
<div id="OwO"></div>

Example screenshot: Example Screenshot

ccloli avatar Apr 30 '16 19:04 ccloli