gotem icon indicating copy to clipboard operation
gotem copied to clipboard

Copy to clipboard for modern browsers in less than 1kb.

Results 2 gotem issues
Sort by recently updated
recently updated
newest added

This badge will show the version on CDNJS!

Currently gotem fails when target is input component. I suggest to change [this line](https://github.com/callmecavs/gotem/blob/master/src/gotem.js#L16) ```javascript range.selectNodeContents(target) ``` to ```javascript range.selectNode(target) ``` Or even check if node is an input.